Skip to content

Commit c750095

Browse files
authored
Trying to improve a bit. (simdjson#791)
* Trying to improve a bit. * Correcting typo
1 parent 2a0c0c0 commit c750095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace internal {
88
{ SUCCESS_AND_HAS_MORE, "No error and buffer still has more data" },
99
{ CAPACITY, "This parser can't support a document that big" },
1010
{ MEMALLOC, "Error allocating memory, we're most likely out of memory" },
11-
{ TAPE_ERROR, "Something went wrong while writing to the tape" },
11+
{ TAPE_ERROR, "The JSON document has an improper structure: missing or superfluous commas, braces, missing keys, etc." },
1212
{ DEPTH_ERROR, "The JSON document was too deep (too many nested objects and arrays)" },
1313
{ STRING_ERROR, "Problem while parsing a string" },
1414
{ T_ATOM_ERROR, "Problem while parsing an atom starting with the letter 't'" },

0 commit comments

Comments
 (0)