Fix typo in README.ME

Fixes https://github.com/nlohmann/json/issues/1486.
pull/1491/head
Isaac Nickaein 2019-02-22 01:05:00 +03:30 committed by GitHub
parent e326df211b
commit 088a245218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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": {