Unverified Commit 21516f2b by Niels Lohmann Committed by GitHub

Merge pull request #1491 from nickaein/patch-1

Fix typo in README.md
parents e326df21 088a2452
...@@ -617,7 +617,7 @@ json j_patch = R"({ ...@@ -617,7 +617,7 @@ json j_patch = R"({
})"_json; })"_json;
// apply the patch // apply the patch
j_original.merge_patch(j_patch); j_document.merge_patch(j_patch);
// { // {
// "a": "z", // "a": "z",
// "c": { // "c": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment