Skip to content

Commit

Permalink
doc: Fix json_error_t::position type
Browse files Browse the repository at this point in the history
Fixes #300
  • Loading branch information
akheron committed Aug 31, 2016
1 parent a5610c8 commit b457451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/apiref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b457451

Please sign in to comment.