Improve the README

This commit is contained in:
Alexander Söderberg 2020-09-21 09:21:13 +02:00
parent f26b200809
commit b00dc9ba17
2 changed files with 47 additions and 24 deletions

View file

@ -73,7 +73,7 @@ import java.util.stream.Collectors;
* <p>
* Scenarios one and two would result in a {@link InvalidSyntaxException} being thrown, whereas
* scenario three would result in a {@link NoSuchCommandException} if occurring at the root node
* or a {@link InvalidSyntaxException otherwise}. Only the fourth scenario would result in a complete
* or a {@link InvalidSyntaxException} otherwise. Only the fourth scenario would result in a complete
* command being parsed.
*
* @param <C> Command sender type