jansson:doc: modified incref doc

Signed-off-by: Andrei Epure <epure.andrei@gmail.com>
This commit is contained in:
Andrei Epure
2013-04-27 13:25:01 +03:00
committed by Petri Lehtinen
parent 5793142861
commit f675514815

View File

@@ -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)