forked from jasder/antlr
Fix another typo
This commit is contained in:
parent
6a8a93286f
commit
2f628a1106
|
@ -328,9 +328,9 @@ public enum ErrorType {
|
|||
/**
|
||||
* Compiler Error 79.
|
||||
*
|
||||
* <p>missing arguments(s) on rule reference: <em>rule</em></p>
|
||||
* <p>missing argument(s) on rule reference: <em>rule</em></p>
|
||||
*/
|
||||
MISSING_RULE_ARGS(79, "missing arguments(s) on rule reference: <arg>", ErrorSeverity.ERROR),
|
||||
MISSING_RULE_ARGS(79, "missing argument(s) on rule reference: <arg>", ErrorSeverity.ERROR),
|
||||
/**
|
||||
* Compiler Error 80.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue