From: Petri Lehtinen Date: Thu, 6 Sep 2012 09:06:41 +0000 (+0300) Subject: Fix a typo on doc/apiref.rst X-Git-Tag: v2.4-moonshot~1^2~7 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=commitdiff_plain;h=23d563434ac6e385ef3599bbe0360aa8e1c94a23 Fix a typo on doc/apiref.rst --- diff --git a/doc/apiref.rst b/doc/apiref.rst index fd27e38..759d5bf 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -1233,7 +1233,7 @@ The following functions compose the parsing and validation API: modifying the structure or contents of a value reachable from ``root``. - If the ``O`` and ``o`` format character are not used, it's + If the ``O`` and ``o`` format characters are not used, it's perfectly safe to cast a ``const json_t *`` variable to plain ``json_t *`` when used with these functions.