aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNan Xiao <nan@chinadtrace.org>2020-01-21 14:27:52 +0800
committerGitHub <noreply@github.com>2020-01-21 14:27:52 +0800
commite15fd861e1f571973948ad9b4ba309529cbcf75b (patch)
tree51c7c8c162414c20c5cee81fa1f79aa65f28fc39 /doc
parentca88677bdd9ca6f1f22cd20030f93e81694c78d7 (diff)
downloadjansson-e15fd861e1f571973948ad9b4ba309529cbcf75b.zip
jansson-e15fd861e1f571973948ad9b4ba309529cbcf75b.tar.gz
jansson-e15fd861e1f571973948ad9b4ba309529cbcf75b.tar.bz2
Update apiref.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index 16f1ecb..c3a814f 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -1658,7 +1658,7 @@ type whose address should be passed.
Convert each item in the JSON object according to the inner format
string ``fmt``. The first, third, etc. format specifier represent
a key, and must be ``s``. The corresponding argument to unpack
- functions is read as the object key. The second fourth, etc.
+ functions is read as the object key. The second, fourth, etc.
format specifier represent a value and is written to the address
given as the corresponding argument. **Note** that every other
argument is read from and every other is written to.