Skip to content

Commit 68778c2

Browse files
Add dots to the end of a sentence (#482)
1 parent 224774b commit 68778c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hypixel-api-core/src/main/java/net/hypixel/api/util/ILeveling.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public interface ILeveling {
1818

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

3939
/**
4040
* This method returns the level of a player calculated by the current experience gathered. The result is
41-
* a precise level of the player The value is not zero-indexed and represents the visible level
41+
* a precise level of the player. The value is not zero-indexed and represents the visible level
4242
* for the player.
4343
* The result can't be smaller than 1 and negative experience results in level 1.
4444
* <p>

0 commit comments

Comments
 (0)