aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2016-08-31 12:17:03 +0300
committerGitHub <noreply@github.com>2016-08-31 12:17:03 +0300
commit0ffecdbadee9f4541d74f31884300aeb5596de4c (patch)
tree7a48c8198b57979b934ff135e958648b0e5ccc8a
parentab1ba6902766615b617f1a01214f20f1ec5907e2 (diff)
downloadjansson-0ffecdbadee9f4541d74f31884300aeb5596de4c.zip
jansson-0ffecdbadee9f4541d74f31884300aeb5596de4c.tar.gz
jansson-0ffecdbadee9f4541d74f31884300aeb5596de4c.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.