Skip to content

Commit 9d32012

Browse files
committed
Typo in a doc
1 parent 952e44e commit 9d32012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ch/njol/skript/classes/Changer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static enum ChangeMode {
5555

5656
/**
5757
* @param what The objects to change
58-
* @param delta An array with one or more instances of one or more of the the classes returned by {@link #acceptChange(ChangeMode)} for the given change mode (null for
58+
* @param delta An array with one or more instances of one or more of the classes returned by {@link #acceptChange(ChangeMode)} for the given change mode (null for
5959
* {@link ChangeMode#DELETE} and {@link ChangeMode#RESET}). <b>This can be a Object[], thus casting is not allowed.</b>
6060
* @param mode
6161
* @throws UnsupportedOperationException (optional) if this method was called on an unsupported ChangeMode.

0 commit comments

Comments
 (0)