doc: Fix json_error_t::position type

Fixes #300
This commit is contained in:
Petri Lehtinen 2016-08-31 12:17:03 +03:00 committed by GitHub
parent ab1ba69027
commit 0ffecdbade

View File

@ -808,7 +808,7 @@ this struct.
*character column*, not the byte column, i.e. a multibyte UTF-8 *character column*, not the byte column, i.e. a multibyte UTF-8
character counts as one column. character counts as one column.
.. member:: size_t position .. member:: int position
The position in bytes from the start of the input. This is The position in bytes from the start of the input. This is
useful for debugging Unicode encoding problems. useful for debugging Unicode encoding problems.