Skip to content

Commit

Permalink
Fix typo (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee authored Sep 26, 2022
1 parent 562e25b commit 9cf4962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const err_message = Dict(
ErrEmptyBareKey => "bare key cannot be empty",
ErrExpectedNewLineKeyValue => "expected newline after key value pair",
ErrNewLineInString => "newline character in single quoted string",
ErrUnexpectedEndString => "string literal ened unexpectedly",
ErrUnexpectedEndString => "string literal ended unexpectedly",
ErrExpectedEndOfTable => "expected end of table ']'",
ErrAddKeyToInlineTable => "tried to add a new key to an inline table",
ErrArrayTreatedAsDictionary => "tried to add a key to an array",
Expand Down

0 comments on commit 9cf4962

Please sign in to comment.