mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 13:29:06 +08:00
Merge pull request #852 from fedefrancescon/docs/micro-typo-fix
docs: micro typo in json_object_put doc
This commit is contained in:
@@ -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
|
* is a member of (unless you know you've called `json_object_get(obj)` to
|
||||||
* explicitly increment the refcount).
|
* 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
|
* @param obj the json_object instance
|
||||||
* @returns 1 if the object was freed.
|
* @returns 1 if the object was freed.
|
||||||
|
|||||||
Reference in New Issue
Block a user