Skip to content

Commit

Permalink
fix typos in java docs for ApolloStats
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature committed Sep 14, 2023
1 parent cfeb1dc commit 8491e7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
import org.jetbrains.annotations.ApiStatus;

/**
* Represents a player on Apollo.
* Represents Apollo tracked stats.
*
* @since 1.0.0
*/
@ApiStatus.NonExtendable
public interface ApolloStats {

/**
* Gets the servers message of the day (MOTD).
* Gets the servers message of the day.
*
* @return the servers message of the day
* @since 1.0.0
Expand Down

0 comments on commit 8491e7d

Please sign in to comment.