Skip to content

Commit 462858e

Browse files
opethe1stlemire
authored andcommitted
Fix Typo (simdjson#311)
escapted -> escaped
1 parent f7e8936 commit 462858e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simdjson.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const std::map<int, const std::string> error_strings = {
1818
{UTF8_ERROR, "The input is not valid UTF-8"},
1919
{UNITIALIZED, "Unitialized"},
2020
{EMPTY, "Empty"},
21-
{UNESCAPED_CHARS, "Within strings, some characters must be escapted, we "
22-
"found unescapted characters"},
21+
{UNESCAPED_CHARS, "Within strings, some characters must be escaped, we "
22+
"found unescaped characters"},
2323
{UNEXPECTED_ERROR, "Unexpected error, consider reporting this problem as "
2424
"you may have found a bug in simdjson"},
2525
};

0 commit comments

Comments
 (0)