]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
docs: micro typo in json_object_get doc 852/head
authorFederico Francescon <federico.francescon@higeco.com>
Sat, 2 Mar 2024 21:41:10 +0000 (22:41 +0100)
committerFederico Francescon <federico.francescon@higeco.com>
Sat, 2 Mar 2024 21:41:10 +0000 (22:41 +0100)
json_object.h

index 97ef84c21b108e337d0a67d14c6823df3d2aaf8f..d9b9d43cf8aa8a68d5eecbdb7c98b324c0093556 100644 (file)
@@ -172,7 +172,7 @@ JSON_EXPORT struct json_object *json_object_get(struct json_object *obj);
  * is a member of (unless you know you've called `json_object_get(obj)` to
  * explicitly increment the refcount).
  *
- * NULL may be passed, which which case this is a no-op.
+ * NULL may be passed, in which case this is a no-op.
  *
  * @param obj the json_object instance
  * @returns 1 if the object was freed.