Fix typo
This commit is contained in:
parent
46ec2fddf8
commit
53fb230098
1 changed files with 1 additions and 1 deletions
|
@ -3405,7 +3405,7 @@ class basic_json
|
||||||
@return copy of the element at key @a key or @a default_value if @a key
|
@return copy of the element at key @a key or @a default_value if @a key
|
||||||
is not found
|
is not found
|
||||||
|
|
||||||
@throw type_error.306 if the JSON value is not an objec; in that case,
|
@throw type_error.306 if the JSON value is not an object; in that case,
|
||||||
using `value()` with a key makes no sense.
|
using `value()` with a key makes no sense.
|
||||||
|
|
||||||
@complexity Logarithmic in the size of the container.
|
@complexity Logarithmic in the size of the container.
|
||||||
|
|
Loading…
Reference in a new issue