From: Federico Francescon Date: Sat, 2 Mar 2024 21:41:10 +0000 (+0100) Subject: docs: micro typo in json_object_get doc X-Git-Tag: json-c-0.18-20240915~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F852%2Fhead;p=thirdparty%2Fjson-c.git docs: micro typo in json_object_get doc --- diff --git a/json_object.h b/json_object.h index 97ef84c..d9b9d43 100644 --- a/json_object.h +++ b/json_object.h @@ -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.