Fix a typo on doc/apiref.rst
authorPetri Lehtinen <petri@digip.org>
Thu, 6 Sep 2012 09:06:41 +0000 (12:06 +0300)
committerPetri Lehtinen <petri@digip.org>
Thu, 6 Sep 2012 09:06:41 +0000 (12:06 +0300)
doc/apiref.rst

index fd27e38..759d5bf 100644 (file)
@@ -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.