From 5744468c990dff6dc2c8647014814515597b107c Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Mon, 30 Sep 2013 09:37:18 +0300 Subject: [PATCH] Clarify json_string_length doc --- doc/apiref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apiref.rst b/doc/apiref.rst index 08c2946..15b9b9c 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -337,7 +337,7 @@ U+10FFFF are allowed. .. function:: size_t json_string_length(const json_t *string) - Returns the length of *string* as a UTF-8 encoded string, or zero + Returns the length of *string* in its UTF-8 presentation, or zero if *string* is not a JSON string. .. function:: int json_string_set(const json_t *string, const char *value)