mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-12-04 06:38:23 +01:00
Fix typos in error message
This commit is contained in:
parent
7cceea1bba
commit
7a8a614017
@ -364,7 +364,7 @@ static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_string ( struct DecoderState *ds
|
||||
{
|
||||
case DS_ISNULL:
|
||||
{
|
||||
return SetError(ds, -1, "Unmatched ''\"' when when decoding 'string'");
|
||||
return SetError(ds, -1, "Unmatched '\"' when decoding 'string'");
|
||||
}
|
||||
case DS_ISQUOTE:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user