mirror of
https://github.com/json-c/json-c.git
synced 2026-09-07 08:36:50 +08:00
Fix typo in json_object_iterator.h
This commit is contained in:
@@ -87,7 +87,7 @@ JSON_EXPORT struct json_object_iterator json_object_iter_init_default(void);
|
|||||||
* by calling json_object_add(), provided the key already exists.
|
* by calling json_object_add(), provided the key already exists.
|
||||||
* Attempting to use an invalidated iterator in any way, other
|
* Attempting to use an invalidated iterator in any way, other
|
||||||
* than comparing it to the end iterator, is *undefined behavior*.
|
* than comparing it to the end iterator, is *undefined behavior*.
|
||||||
* Passing such an iterator to any of the the json_object_iterator
|
* Passing such an iterator to any of the json_object_iterator
|
||||||
* functions is not even guaranteed to fail in any consistent way.
|
* functions is not even guaranteed to fail in any consistent way.
|
||||||
*
|
*
|
||||||
* @param obj JSON Object instance (MUST be of type json_object)
|
* @param obj JSON Object instance (MUST be of type json_object)
|
||||||
|
|||||||
Reference in New Issue
Block a user