1
0
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:
Filip Salomonsson 2021-02-03 17:32:42 +01:00 committed by GitHub
parent 7cceea1bba
commit 7a8a614017
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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:
{