From 0ffecdbadee9f4541d74f31884300aeb5596de4c Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Wed, 31 Aug 2016 12:17:03 +0300 Subject: [PATCH] doc: Fix json_error_t::position type Fixes #300 --- doc/apiref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.