mirror of
https://github.com/nlohmann/json.git
synced 2026-09-10 18:27:59 +00:00
📝 update documentation (#4723)
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
@@ -33,8 +33,8 @@ No guarantees, value may be corrupted by an unsuccessful patch operation.
|
||||
|
||||
## Complexity
|
||||
|
||||
Linear in the size of the JSON value and the length of the JSON patch. As usually only a fraction of the JSON value is
|
||||
affected by the patch, the complexity can usually be neglected.
|
||||
Linear in the size of the JSON value and the length of the JSON patch. As usually the patch affects only a fraction of
|
||||
the JSON value, the complexity can usually be neglected.
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user