Unverified Commit 088a2452 authored by Isaac Nickaein's avatar Isaac Nickaein Committed by GitHub

Fix typo in README.ME

Fixes https://github.com/nlohmann/json/issues/1486.
parent e326df21
...@@ -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