mirror of
https://github.com/nlohmann/json.git
synced 2024-11-24 14:59:00 +08:00
Fix typo in single_include, too
This commit is contained in:
parent
53fb230098
commit
65b4d8251b
@ -13046,7 +13046,7 @@ class basic_json
|
||||
@return copy of the element at key @a key or @a default_value if @a key
|
||||
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.
|
||||
|
||||
@complexity Logarithmic in the size of the container.
|
||||
|
Loading…
Reference in New Issue
Block a user