From f2c1f8ffd420a079e0b6291e121ef3f79e03780f Mon Sep 17 00:00:00 2001 From: original-codematrix Date: Wed, 20 Oct 2021 18:26:45 +0200 Subject: [PATCH] Add dots to the end of a sentence --- .../src/main/java/net/hypixel/api/util/ILeveling.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypixel-api-core/src/main/java/net/hypixel/api/util/ILeveling.java b/hypixel-api-core/src/main/java/net/hypixel/api/util/ILeveling.java index a2b6aa99..dcf7b2e9 100644 --- a/hypixel-api-core/src/main/java/net/hypixel/api/util/ILeveling.java +++ b/hypixel-api-core/src/main/java/net/hypixel/api/util/ILeveling.java @@ -18,7 +18,7 @@ public interface ILeveling { /** * This method returns the level of a player calculated by the current experience gathered. The result is - * a precise level of the player The value is not zero-indexed and represents the absolute visible level + * a precise level of the player. The value is not zero-indexed and represents the absolute visible level * for the player. * The result can't be smaller than 1 and negative experience results in level 1. *

@@ -38,7 +38,7 @@ static double getLevel(double exp) { /** * This method returns the level of a player calculated by the current experience gathered. The result is - * a precise level of the player The value is not zero-indexed and represents the visible level + * a precise level of the player. The value is not zero-indexed and represents the visible level * for the player. * The result can't be smaller than 1 and negative experience results in level 1. *