@@ -229,7 +229,7 @@ public static <T1, T2, T3, T4, T5, T6, T7> Func7<T1, T2, T3, T4, T5, T6, T7, Voi
229229 * @param <T5> the fifth argument type
230230 * @param <T6> the sixth argument type
231231 * @param <T7> the seventh argument type
232- * @param <T8> the eigth argument type
232+ * @param <T8> the eighth argument type
233233 * @param action
234234 * the {@link Action8} to convert
235235 * @return a {@link Func8} that calls {@code action} and returns {@code null}
@@ -249,7 +249,7 @@ public static <T1, T2, T3, T4, T5, T6, T7, T8> Func8<T1, T2, T3, T4, T5, T6, T7,
249249 * @param <T5> the fifth argument type
250250 * @param <T6> the sixth argument type
251251 * @param <T7> the seventh argument type
252- * @param <T8> the eigth argument type
252+ * @param <T8> the eighth argument type
253253 * @param <T9> the ninth argument type
254254 * @param action
255255 * the {@link Action9} to convert
@@ -473,7 +473,7 @@ public R call(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) {
473473 * @param <T5> the fifth argument type
474474 * @param <T6> the sixth argument type
475475 * @param <T7> the seventh argument type
476- * @param <T8> the eigth argument type
476+ * @param <T8> the eighth argument type
477477 * @param <R> the result type
478478 * @param action
479479 * the {@link Action8} to convert
@@ -502,7 +502,7 @@ public R call(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) {
502502 * @param <T5> the fifth argument type
503503 * @param <T6> the sixth argument type
504504 * @param <T7> the seventh argument type
505- * @param <T8> the eigth argument type
505+ * @param <T8> the eighth argument type
506506 * @param <T9> the ninth argument type
507507 * @param <R> the result type
508508 * @param action
0 commit comments