better comments

This commit is contained in:
Anthony Kim
2026-01-22 10:54:41 -08:00
parent 2c1441a52d
commit 1ace108422
+1 -1
View File
@@ -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
}