Fix typo in json_object_iterator.h

This commit is contained in:
panzhe
2026-09-02 17:21:36 +08:00
parent befb5a0b26
commit 0fbd6ae464
+1 -1
View File
@@ -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.
* Attempting to use an invalidated iterator in any way, other
* 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.
*
* @param obj JSON Object instance (MUST be of type json_object)