Skip to content

Commit

Permalink
RenamePlayerChangeset: Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjon3377 committed Jan 12, 2024
1 parent 3740745 commit 7d8868e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import org.jetbrains.annotations.NotNull;

/**
* A changeeset for changing the name of a player in the map.
* A changeset for changing the name of a player in the map.
*/
public final class RenamePlayerChangeset implements Changeset {
private final int playerId;
Expand Down

0 comments on commit 7d8868e

Please sign in to comment.