From 42e546d065cb27814ff06d13a919b0274df4b12d Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sun, 6 Sep 2009 22:16:32 +0300 Subject: [PATCH] doc apiref: json_incref() returns its argument --- doc/apiref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apiref.rst b/doc/apiref.rst index 57b5e31..db9b5a4 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -121,7 +121,7 @@ The following functions are used to manipulate the reference count. .. cfunction:: json_t *json_incref(json_t *json) - Increment the reference count of *json*. + Increment the reference count of *json*. Returns *json*. .. cfunction:: void json_decref(json_t *json) -- 2.1.4