aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/mixins
diff options
context:
space:
mode:
authorThunderblade73 <85900443+Thunderblade73@users.noreply.github.com>2024-05-26 12:23:02 +0200
committerGitHub <noreply@github.com>2024-05-26 12:23:02 +0200
commitea1385c77ffa8b9a4f98811fbf3e767c30d9edf7 (patch)
tree668444c961f0e8fc23cf5e52b38c11e33ad74b11 /src/main/java/at/hannibal2/skyhanni/mixins
parenta214c141696f054b79c6ac13cb309992e3ac95d1 (diff)
downloadskyhanni-ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7.tar.gz
skyhanni-ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7.tar.bz2
skyhanni-ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7.zip
Fix Typos (#1897)
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>