Typo
This commit is contained in:
@@ -26,12 +26,12 @@ type
|
||||
Parser* = ref object
|
||||
state*: ParserState
|
||||
tokens*: seq[ParserToken]
|
||||
ParseErrorKind* = enum
|
||||
ParserErrorKind* = enum
|
||||
choiceMismatchErr
|
||||
charMismatchErr
|
||||
endOfStringErr
|
||||
ParserError* = ref object
|
||||
kind*: ParseErrorKind
|
||||
kind*: ParserErrorKind
|
||||
unexpected*: string
|
||||
expected*: string
|
||||
index*: int
|
||||
|
||||
Reference in New Issue
Block a user