From f675514815323277dbffa15f1aba92bdbc704540 Mon Sep 17 00:00:00 2001 From: Andrei Epure Date: Sat, 27 Apr 2013 13:25:01 +0300 Subject: [PATCH] jansson:doc: modified incref doc Signed-off-by: Andrei Epure --- doc/apiref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apiref.rst b/doc/apiref.rst index 9218cf8..9f6a67d 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -168,7 +168,7 @@ The following functions are used to manipulate the reference count. .. function:: json_t *json_incref(json_t *json) - Increment the reference count of *json* if it's not non-*NULL*. + Increment the reference count of *json* if it's not *NULL*. Returns *json*. .. function:: void json_decref(json_t *json)