minor edit
This commit is contained in:
parent
e3a1a8198e
commit
75ea508375
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public class StringArgumentType implements ArgumentType<String> {
|
|||
SINGLE_WORD("word", "words_with_underscores"),
|
||||
QUOTABLE_PHRASE("\"quoted phrase\"", "word", "\"\""),
|
||||
GREEDY_PHRASE("word", "words with spaces", "\"and symbols\""),
|
||||
TERM("predefined_tokens","red","green","blue"),;
|
||||
TERM("predefined_token", "red", "green", "blue"),;
|
||||
|
||||
private final Collection<String> examples;
|
||||
|
||||
|
|
Loading…
Reference in a new issue