Skip to content

Commit 4e1100c

Browse files
committed
chore: fix javadoc
1 parent 10af2f5 commit 4e1100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/at/helpch/placeholderapi/expansion/server/ServerExpansion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private int getFromAllWorlds(@NotNull final ToIntFunction<? super World> functio
106106
}
107107

108108
/**
109-
* Format a boolean {@code boolean} as {@link PlaceholderAPIPlugin#booleanTrue()} or {@link PlaceholderAPIPlugin#booleanFalse()}
109+
* Format a {@code boolean} as {@link PlaceholderAPIPlugin#booleanTrue()} or {@link PlaceholderAPIPlugin#booleanFalse()}
110110
*
111111
* @param bool boolean
112112
* @return {@link PlaceholderAPIPlugin#booleanTrue()} if the boolean is true, otherwise {@link PlaceholderAPIPlugin#booleanFalse()}

0 commit comments

Comments
 (0)