From 0fbd6ae464efec58cb6c332c7736a4f207bc258f Mon Sep 17 00:00:00 2001 From: panzhe Date: Wed, 2 Sep 2026 17:21:36 +0800 Subject: [PATCH] Fix typo in json_object_iterator.h --- json_object_iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_object_iterator.h b/json_object_iterator.h index d05f572..e792780 100644 --- a/json_object_iterator.h +++ b/json_object_iterator.h @@ -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)