Skip to content

Commit 08ddeed

Browse files
Marenzcdunn2001
authored andcommitted
JsonValue documentation: Rephrase confusing sentence
1 parent 97e05c4 commit 08ddeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/json/value.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class JSON_API StaticString {
173173
* The get() methods can be used to obtain default value in the case the
174174
* required element does not exist.
175175
*
176-
* It is possible to iterate over the list of a #objectValue values using
176+
* It is possible to iterate over the list of member keys of an object using
177177
* the getMemberNames() method.
178178
*
179179
* \note #Value string-length fit in size_t, but keys must be < 2^30.

0 commit comments

Comments
 (0)