summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/mixins
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/mixins')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/mixins/init/BeforeForLoopInjectionPoint.java2
1 files changed, 1 insertions, 1 deletions
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;
* }
* }
* </pre>
- * 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}.
*
* <p>Set the lvIndex arg to specify which lvIndex to search for when selecting the loop.</p>