chore: fix parser error message
This commit is contained in:
parent
069bcf8933
commit
01f6cece2f
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ partial def interpolatedStrFn (p : ParserFn) : ParserFn := fun c s =>
|
|||
else
|
||||
let s := s.pushSyntax Syntax.missing
|
||||
let s := s.mkNode interpolatedStrKind stackSize
|
||||
s.setError "expected '}'"
|
||||
s.setError "'}'"
|
||||
else
|
||||
parse startPos c s
|
||||
let startPos := s.pos
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue