From ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7 Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Sun, 26 May 2024 12:23:02 +0200 Subject: Fix Typos (#1897) --- .../at/hannibal2/skyhanni/mixins/init/BeforeForLoopInjectionPoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/mixins/init') diff --git a/src/main/java/at/hannibal2/skyhanni/mixins/init/BeforeForLoopInjectionPoint.java b/src/main/java/at/hannibal2/skyhanni/mixins/init/BeforeForLoopInjectionPoint.java index 5316a8258..c3b47e9ee 100644 --- a/src/main/java/at/hannibal2/skyhanni/mixins/init/BeforeForLoopInjectionPoint.java +++ b/src/main/java/at/hannibal2/skyhanni/mixins/init/BeforeForLoopInjectionPoint.java @@ -21,7 +21,7 @@ import java.util.Collection; * } * } * - * Does not work for more complex instructions which call functions or do other operations inside of the for loop header. + * Does not work for more complex instructions which call functions or do other operations inside the for loop header. * Does not work for {@link java.util.Iterator iterators}. * *
Set the lvIndex arg to specify which lvIndex to search for when selecting the loop.
-- cgit