From f06a10c1b7b58784d20d2b06bf24b78cacf3fb83 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Thu, 19 Nov 2015 09:55:46 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7837f7..05e5587 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