From 08ddeed927ed58d69c6c0d971b69cab6cefba1e1 Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Wed, 12 Dec 2018 17:59:43 +0100 Subject: [PATCH] JsonValue documentation: Rephrase confusing sentence --- include/json/value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/json/value.h b/include/json/value.h index e7a9225..58f1f8b 100644 --- a/include/json/value.h +++ b/include/json/value.h @@ -173,7 +173,7 @@ private: * The get() methods can be used to obtain default value in the case the * required element does not exist. * - * It is possible to iterate over the list of a #objectValue values using + * It is possible to iterate over the list of member keys of an object using * the getMemberNames() method. * * \note #Value string-length fit in size_t, but keys must be < 2^30.