Fix a typo

This commit is contained in:
Petri Lehtinen 2016-06-24 06:55:49 +03:00
parent 9df267054f
commit 7daffabf07

View File

@ -687,7 +687,7 @@ allowed in object keys.
The following functions can be used to iterate through all key-value The following functions can be used to iterate through all key-value
pairs in an object. The items are returned in the order they were pairs in an object. The items are returned in the order they were
inserted to to obhect. inserted to the object.
.. function:: void *json_object_iter(json_t *object) .. function:: void *json_object_iter(json_t *object)