Unverified Commit 21516f2b authored by Niels Lohmann's avatar 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"({
})"_json;
// apply the patch
j_original.merge_patch(j_patch);
j_document.merge_patch(j_patch);
// {
// "a": "z",
// "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