Merge pull request #674 from wincent/patch-1
Fix "not constraint" grammar in docs
This commit is contained in:
commit
0ea0d7d860
1 changed files with 2 additions and 2 deletions
|
@ -7624,7 +7624,7 @@ class basic_json
|
|||
[RFC 7159](http://rfc7159.net/rfc7159) specifies:
|
||||
> An implementation may set limits on the maximum depth of nesting.
|
||||
|
||||
In this class, the object's limit of nesting is not constraint explicitly.
|
||||
In this class, the object's limit of nesting is not explicitly constrained.
|
||||
However, a maximum depth of nesting may be introduced by the compiler or
|
||||
runtime environment. A theoretical limit can be queried by calling the
|
||||
@ref max_size function of a JSON object.
|
||||
|
@ -7683,7 +7683,7 @@ class basic_json
|
|||
[RFC 7159](http://rfc7159.net/rfc7159) specifies:
|
||||
> An implementation may set limits on the maximum depth of nesting.
|
||||
|
||||
In this class, the array's limit of nesting is not constraint explicitly.
|
||||
In this class, the array's limit of nesting is not explicitly constrained.
|
||||
However, a maximum depth of nesting may be introduced by the compiler or
|
||||
runtime environment. A theoretical limit can be queried by calling the
|
||||
@ref max_size function of a JSON array.
|
||||
|
|
Loading…
Reference in a new issue