@@ -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(
274
274
/**
275
275
* Static factory method for wrapping a curried {@link Fn5} in an {@link Fn8}.
276
276
*
277
- * @param curriedFn5 the curried fn4 to adapt
277
+ * @param curriedFn5 the curried fn5 to adapt
278
278
* @param <A> the first input argument type
279
279
* @param <B> the second input argument type
280
280
* @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(
294
294
/**
295
295
* Static factory method for wrapping a curried {@link Fn6} in an {@link Fn8}.
296
296
*
297
- * @param curriedFn6 the curried fn4 to adapt
297
+ * @param curriedFn6 the curried fn6 to adapt
298
298
* @param <A> the first input argument type
299
299
* @param <B> the second input argument type
300
300
* @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(
314
314
/**
315
315
* Static factory method for wrapping a curried {@link Fn7} in an {@link Fn8}.
316
316
*
317
- * @param curriedFn7 the curried fn4 to adapt
317
+ * @param curriedFn7 the curried fn7 to adapt
318
318
* @param <A> the first input argument type
319
319
* @param <B> the second input argument type
320
320
* @param <C> the third input argument type
0 commit comments