Skip to content

Commit

Permalink
minor comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Aug 12, 2024
1 parent 0904029 commit 0a90592
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static TickReporter create(JavaPlugin plugin, Duration cacheDuration) {
* It can be called from within an event as well but there's no guarantee that the TPS for the correct region
* is returned (Read the Folia README).
*
* @return The TPS of the last 5 seconds from the region this method was called from, otherwise the global TPS
* @return The TPS of the region this method was called from, otherwise the global TPS
*/
double getTPS();

Expand All @@ -53,7 +53,7 @@ static TickReporter create(JavaPlugin plugin, Duration cacheDuration) {
* It can be called from within an event as well but there's no guarantee that the MSPT for the correct region
* is returned (Read the Folia README).
*
* @return The average tick time (MSPT) from the region this method was called from, otherwise the global MSPT
* @return The average tick time (MSPT) of the region this method was called from, otherwise the global MSPT
*/
double getMSPT();

Expand Down

0 comments on commit 0a90592

Please sign in to comment.