Misprint in comment.

This commit is contained in:
Ivan Kochurkin 2016-12-04 04:05:55 +03:00
parent 0e1b5d9d7a
commit cb16e369fe
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@ public enum ErrorType {
*/
MODE_CONFLICTS_WITH_TOKEN(170, "mode <arg> conflicts with token with same name", ErrorSeverity.ERROR),
/**
* Compiler Error 172.
* Compiler Error 171.
*
* <p>can not use or declare token with reserved name</p>
*