Merge pull request #1491 from nickaein/patch-1

Fix typo in README.md
This commit is contained in:
Niels Lohmann
2019-02-22 09:50:45 +01:00
committed by GitHub

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