Skip to content

Commit c9e86a8

Browse files
iamjpottsjnape
authored andcommitted
Adjust documentation for Fn7 and Fn8
1 parent 8ac2620 commit c9e86a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/jnape/palatable/lambda/functions/Fn7.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import static com.jnape.palatable.lambda.functions.builtin.fn1.Constantly.constantly;
99

1010
/**
11-
* A function taking six arguments. Defined in terms of {@link Fn6}, so similarly auto-curried.
11+
* A function taking seven arguments. Defined in terms of {@link Fn6}, so similarly auto-curried.
1212
*
1313
* @param <A> The first argument type
1414
* @param <B> The second argument type

src/main/java/com/jnape/palatable/lambda/functions/Fn8.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.jnape.palatable.lambda.internal.Runtime;
66

77
/**
8-
* A function taking six arguments. Defined in terms of {@link Fn7}, so similarly auto-curried.
8+
* A function taking eight arguments. Defined in terms of {@link Fn7}, so similarly auto-curried.
99
*
1010
* @param <A> The first argument type
1111
* @param <B> The second argument type

0 commit comments

Comments
 (0)