Skip to content

Commit fec66aa

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ static <A, B, C, D, E, F, G, H> Fn7<A, B, C, D, E, F, G, H> fn7(Fn4<A, B, C, D,
258258
/**
259259
* Static factory method for wrapping a curried {@link Fn5} in an {@link Fn7}.
260260
*
261-
* @param curriedFn5 the curried fn4 to adapt
261+
* @param curriedFn5 the curried fn5 to adapt
262262
* @param <A> the first input argument type
263263
* @param <B> the second input argument type
264264
* @param <C> the third input argument type
@@ -276,7 +276,7 @@ static <A, B, C, D, E, F, G, H> Fn7<A, B, C, D, E, F, G, H> fn7(Fn5<A, B, C, D,
276276
/**
277277
* Static factory method for wrapping a curried {@link Fn6} in an {@link Fn7}.
278278
*
279-
* @param curriedFn6 the curried fn4 to adapt
279+
* @param curriedFn6 the curried fn6 to adapt
280280
* @param <A> the first input argument type
281281
* @param <B> the second input argument type
282282
* @param <C> the third input argument type

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ static <A, B, C, D, E, F, G, H, I> Fn8<A, B, C, D, E, F, G, H, I> fn8(
274274
/**
275275
* Static factory method for wrapping a curried {@link Fn5} in an {@link Fn8}.
276276
*
277-
* @param curriedFn5 the curried fn4 to adapt
277+
* @param curriedFn5 the curried fn5 to adapt
278278
* @param <A> the first input argument type
279279
* @param <B> the second input argument type
280280
* @param <C> the third input argument type
@@ -294,7 +294,7 @@ static <A, B, C, D, E, F, G, H, I> Fn8<A, B, C, D, E, F, G, H, I> fn8(
294294
/**
295295
* Static factory method for wrapping a curried {@link Fn6} in an {@link Fn8}.
296296
*
297-
* @param curriedFn6 the curried fn4 to adapt
297+
* @param curriedFn6 the curried fn6 to adapt
298298
* @param <A> the first input argument type
299299
* @param <B> the second input argument type
300300
* @param <C> the third input argument type
@@ -314,7 +314,7 @@ static <A, B, C, D, E, F, G, H, I> Fn8<A, B, C, D, E, F, G, H, I> fn8(
314314
/**
315315
* Static factory method for wrapping a curried {@link Fn7} in an {@link Fn8}.
316316
*
317-
* @param curriedFn7 the curried fn4 to adapt
317+
* @param curriedFn7 the curried fn7 to adapt
318318
* @param <A> the first input argument type
319319
* @param <B> the second input argument type
320320
* @param <C> the third input argument type

0 commit comments

Comments
 (0)