formatting & typos

This commit is contained in:
Jonathan Shook 2021-02-23 15:46:26 -06:00
parent 9f234a8d8b
commit f4076dc5d1

View File

@ -95,7 +95,7 @@ public class CommandTemplate {
this.name = name; this.name = name;
Map<String, String> cmd = new HashMap<>(); Map<String, String> cmd = new HashMap<>();
// Only parse and inject the oneline form if it is defined. // Only parse and inject the one-line form if it is defined.
// The first parser to match and return a map will be the last one tried. // The first parser to match and return a map will be the last one tried.
// If none of the supplemental parsers work, the default params parser is used // If none of the supplemental parsers work, the default params parser is used
if (oneline != null) { if (oneline != null) {