@@ -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