1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

replaced <code> tags with {@code} tags

This commit is contained in:
iTwins 2023-08-25 18:25:12 +02:00
parent 1315e5a8c9
commit 158167187d

View File

@ -88,7 +88,7 @@ public final class ChatUtils {
* @param count
* The amount of things
* @return
* <code>string</code> if <code>count</code> is 1 else <code>string + "s"</code>
* {@code string} if {@code count} is 1 else {@code string + "s"}
*/
public static @Nonnull String checkPlurality(@Nonnull String string, int count) {
if (count == 1) {