diff --git a/src/common/parser/Constants.ts b/src/common/parser/Constants.ts index b066654c..547e5407 100644 --- a/src/common/parser/Constants.ts +++ b/src/common/parser/Constants.ts @@ -22,7 +22,7 @@ export const enum ParserState { DCS_INTERMEDIATE = 12, DCS_PASSTHROUGH = 13, APC_STRING = 14, - // Number of states. States must be continuous and this must be LAST_STATE + 1. + // Number of states, meaning LAST_STATE + 1. STATE_LENGTH = 15 }