Skip to content

Commit

Permalink
Fix typos in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsalomonsson committed Feb 3, 2021
1 parent 7cceea1 commit 7a8a614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ultrajsondec.c
Original file line number Diff line number Diff line change
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 7a8a614

Please sign in to comment.