Fix typo in README.ME
Fixes https://github.com/nlohmann/json/issues/1486.
This commit is contained in:
parent
e326df211b
commit
088a245218
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ json j_patch = R"({
|
|||
})"_json;
|
||||
|
||||
// apply the patch
|
||||
j_original.merge_patch(j_patch);
|
||||
j_document.merge_patch(j_patch);
|
||||
// {
|
||||
// "a": "z",
|
||||
// "c": {
|
||||
|
|
Loading…
Reference in a new issue