aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Radkov <alexey.radkov@gmail.com>2020-02-19 17:32:48 +0300
committerGitHub <noreply@github.com>2020-02-19 15:32:48 +0100
commit7b6858a5855299d173c5ab2b46e611bf9961cbef (patch)
tree59b7dc931ce68d1c6887f558bc8b10c5bc79f042
parent85695f3d5903b1cd5b4030efe50db3b4f5f3c928 (diff)
Fixed a typo (value -> number) (#186)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0f6ed27ab..f8249f3dd 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,7 @@ the `js` string.
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
+instead the function will return the number of tokens needed to parse the given
string. This can be useful if you don't know yet how many tokens to allocate.
If something goes wrong, you will get an error. Error will be one of these: