We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10af2f5 commit 4e1100cCopy full SHA for 4e1100c
src/main/java/at/helpch/placeholderapi/expansion/server/ServerExpansion.java
@@ -106,7 +106,7 @@ private int getFromAllWorlds(@NotNull final ToIntFunction<? super World> functio
106
}
107
108
/**
109
- * Format a boolean {@code boolean} as {@link PlaceholderAPIPlugin#booleanTrue()} or {@link PlaceholderAPIPlugin#booleanFalse()}
+ * Format a {@code boolean} as {@link PlaceholderAPIPlugin#booleanTrue()} or {@link PlaceholderAPIPlugin#booleanFalse()}
110
*
111
* @param bool boolean
112
* @return {@link PlaceholderAPIPlugin#booleanTrue()} if the boolean is true, otherwise {@link PlaceholderAPIPlugin#booleanFalse()}
0 commit comments