Skip to content

Commit

Permalink
Merge pull request #1491 from nickaein/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
nlohmann authored Feb 22, 2019
2 parents e326df2 + 088a245 commit 21516f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 21516f2

Please sign in to comment.