Unverified Commit b7857834 authored by Dimitris Apostolou's avatar Dimitris Apostolou Committed by GitHub

Fix typo (#3249)

parent 6cd68ebd
...@@ -44,7 +44,7 @@ Constant. ...@@ -44,7 +44,7 @@ Constant.
!!! note !!! note
When a value is discarded by a callback function (see [`parser_callback_t`](parser_callback_t.md)) during parsing, When a value is discarded by a callback function (see [`parser_callback_t`](parser_callback_t.md)) during parsing,
then it is removed when it is part of a structured value. For instance, if the second value of an array is discared, then it is removed when it is part of a structured value. For instance, if the second value of an array is discarded,
instead of `#!json [null, discarded, false]`, the array `#!json [null, false]` is returned. Only if the top-level instead of `#!json [null, discarded, false]`, the array `#!json [null, false]` is returned. Only if the top-level
value is discarded, the return value of the `parse` call is discarded. value is discarded, the return value of the `parse` call is discarded.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment