From 9c44c7ed5263e7333670c2d942278bf65b1345a9 Mon Sep 17 00:00:00 2001 From: Federico Francescon Date: Sat, 2 Mar 2024 22:41:10 +0100 Subject: [PATCH] docs: micro typo in json_object_get doc --- json_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_object.h b/json_object.h index 97ef84c2..d9b9d43c 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. -- 2.39.5