Fix invalid javadoc format

This commit is contained in:
themode 2020-10-11 17:05:02 +02:00
parent 99cb9f2faf
commit 8badd5bb4d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import java.util.List;
* <p>
* The command works using a list of valid syntaxes.
* For instance we could build the command
* "/health set Notch 50" into multiple argument types -> "/health [set/add/remove] [Username] [Integer]"
* "/health set Notch 50" into multiple argument types "/health [set/add/remove] [Username] [Integer]"
* <p>
* All the default argument types can be found in {@link ArgumentType}
* and the syntax be created/registered using {@link #addSyntax(CommandExecutor, Argument[])}.