fixed to jsonArrayEnd comment. (#13624)

typo: start → end
This commit is contained in:
めぐみ発動機 (isVowel / GreenWing)
2020-03-11 16:26:10 +09:00
committed by GitHub
parent 2f557652d4
commit 8e3a349561

View File

@@ -27,7 +27,7 @@ type
jsonObjectStart, ## start of an object: the ``{`` token
jsonObjectEnd, ## end of an object: the ``}`` token
jsonArrayStart, ## start of an array: the ``[`` token
jsonArrayEnd ## start of an array: the ``]`` token
jsonArrayEnd ## end of an array: the ``]`` token
TokKind* = enum # must be synchronized with TJsonEventKind!
tkError,