Skip to content

Commit

Permalink
JsonValue documentation: Rephrase confusing sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Marenz authored and cdunn2001 committed Dec 30, 2018
1 parent 97e05c4 commit 08ddeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/json/value.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class JSON_API StaticString {
* 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.
Expand Down

0 comments on commit 08ddeed

Please sign in to comment.