Fix another typo

This commit is contained in:
Sebastian Kürten 2016-11-01 11:56:46 +01:00
parent 6a8a93286f
commit 2f628a1106
1 changed files with 2 additions and 2 deletions

View File

@ -328,9 +328,9 @@ public enum ErrorType {
/** /**
* Compiler Error 79. * 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. * Compiler Error 80.
* *