Skip to content

Commit

Permalink
replaced <code> tags with {@code} tags
Browse files Browse the repository at this point in the history
  • Loading branch information
iTwins committed Aug 25, 2023
1 parent 1315e5a commit 1581671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static void awaitInput(@Nonnull Player p, @Nonnull Consumer<String> callb
* @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) {
Expand Down

0 comments on commit 1581671

Please sign in to comment.