diff --git a/src/main/java/world/bentobox/level/LevelPresenter.java b/src/main/java/world/bentobox/level/LevelPresenter.java index c4a5bd3..4c3c304 100644 --- a/src/main/java/world/bentobox/level/LevelPresenter.java +++ b/src/main/java/world/bentobox/level/LevelPresenter.java @@ -82,7 +82,7 @@ public class LevelPresenter { } /** - * Get the string representation of the level. May be converted to shorthand notation, e.g., 104556 -> 10.5k + * Get the string representation of the level. May be converted to shorthand notation, e.g., 104556 = 10.5k * @param lvl - long value to represent * @return string of the level. */ diff --git a/src/main/java/world/bentobox/level/config/Settings.java b/src/main/java/world/bentobox/level/config/Settings.java index 4bd5a4c..979bd8e 100644 --- a/src/main/java/world/bentobox/level/config/Settings.java +++ b/src/main/java/world/bentobox/level/config/Settings.java @@ -215,7 +215,7 @@ public class Settings { } /** - * @return true if levels should be shown in shorthand notation, e.g., 10,234 -> 10k + * @return true if levels should be shown in shorthand notation, e.g., 10,234 = 10k */ public boolean isShortHand() { return level.getConfig().getBoolean("shorthand");