Browse Source

docs: micro typo in json_object_get doc

tags/json-c-0.18-20240915
Federico Francescon 1 year ago
parent
commit
9c44c7ed52
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      json_object.h

+ 1
- 1
json_object.h View 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.


Loading…
Cancel
Save