Skip to content

Commit

Permalink
Merge pull request #449 from filipsalomonsson/typos-in-errmsg
Browse files Browse the repository at this point in the history
Fix typos in error message
  • Loading branch information
hugovk committed Mar 6, 2021
2 parents 9f8893d + 7a8a614 commit a1182b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ultrajsondec.c
Expand Up @@ -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:
{
Expand Down

0 comments on commit a1182b8

Please sign in to comment.