aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2016-08-31 12:17:03 +0300
committerPetri Lehtinen <petri@digip.org>2016-08-31 12:18:25 +0300
commitb45745118daa81a7b70689e117720fb6091806a8 (patch)
tree1c6a885da5cd4c8e23b4d32043932a0089584218
parenta5610c8895b4f364ec2a1b3b4fbc1439f08c9af8 (diff)
downloadjansson-b45745118daa81a7b70689e117720fb6091806a8.zip
jansson-b45745118daa81a7b70689e117720fb6091806a8.tar.gz
jansson-b45745118daa81a7b70689e117720fb6091806a8.tar.bz2
doc: Fix json_error_t::position type
Fixes #300
-rw-r--r--doc/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index 0ab2348..a01e352 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -808,7 +808,7 @@ this struct.
*character column*, not the byte column, i.e. a multibyte UTF-8
character counts as one column.
- .. member:: size_t position
+ .. member:: int position
The position in bytes from the start of the input. This is
useful for debugging Unicode encoding problems.