We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda99c8 commit 1f36c06Copy full SHA for 1f36c06
base/toml_parser.jl
@@ -226,7 +226,7 @@ const err_message = Dict(
226
ErrEmptyBareKey => "bare key cannot be empty",
227
ErrExpectedNewLineKeyValue => "expected newline after key value pair",
228
ErrNewLineInString => "newline character in single quoted string",
229
- ErrUnexpectedEndString => "string literal ened unexpectedly",
+ ErrUnexpectedEndString => "string literal ended unexpectedly",
230
ErrExpectedEndOfTable => "expected end of table ']'",
231
ErrAddKeyToInlineTable => "tried to add a new key to an inline table",
232
ErrArrayTreatedAsDictionary => "tried to add a key to an array",
0 commit comments