Skip to content

Commit 1f36c06

Browse files
authored
Fix typo in error message in toml_parser.jl (JuliaLang#45758)
1 parent cda99c8 commit 1f36c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/toml_parser.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ const err_message = Dict(
226226
ErrEmptyBareKey => "bare key cannot be empty",
227227
ErrExpectedNewLineKeyValue => "expected newline after key value pair",
228228
ErrNewLineInString => "newline character in single quoted string",
229-
ErrUnexpectedEndString => "string literal ened unexpectedly",
229+
ErrUnexpectedEndString => "string literal ended unexpectedly",
230230
ErrExpectedEndOfTable => "expected end of table ']'",
231231
ErrAddKeyToInlineTable => "tried to add a new key to an inline table",
232232
ErrArrayTreatedAsDictionary => "tried to add a key to an array",

0 commit comments

Comments
 (0)