summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Dejean <nihilhill@gmail.com>2015-11-19 09:55:46 +0100
committerBastien Dejean <nihilhill@gmail.com>2015-11-19 09:55:46 +0100
commitf06a10c1b7b58784d20d2b06bf24b78cacf3fb83 (patch)
treeb15365192ddda1d39d155113d16840ddc06fec88
parent076abddc19f844b98e5ee591eae8d8a9a34c2c19 (diff)
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7837f752..05e55874f 100644
--- a/README.md
+++ b/README.md
@@ -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