From 7daffabf079d776c7c87ebdaf880b2f8ade77e1d Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Fri, 24 Jun 2016 06:55:49 +0300 Subject: Fix a typo --- doc/apiref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/apiref.rst') diff --git a/doc/apiref.rst b/doc/apiref.rst index 5f08c16..0ab2348 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -687,7 +687,7 @@ allowed in object keys. 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 -inserted to to obhect. +inserted to the object. .. function:: void *json_object_iter(json_t *object) -- cgit v1.1