minor edit

This commit is contained in:
Gnembon Mc 2018-10-15 16:49:12 -03:00
parent e3a1a8198e
commit 75ea508375

View file

@ -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;