Skip to content

Commit

Permalink
Merge pull request zserge#60 from baskerville/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
zserge committed Nov 19, 2015
2 parents 076abdd + f06a10c commit 8da639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ All job is done by `jsmn_parser` object. You can initialize a new parser using:
This will create a parser, and then it tries to parse up to 10 JSON tokens from
the `js` string.

A non-negative reutrn value of `jsmn_parse` is the number of tokens actually
A non-negative return value of `jsmn_parse` is the number of tokens actually
used by the parser.
Passing NULL instead of the tokens array would not store parsing results, but
instead the function will return the value of tokens needed to parse the given
Expand Down

0 comments on commit 8da639a

Please sign in to comment.