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
commit 21516f2bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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