Skip to content

Commit

Permalink
Merge pull request #2625 from wawiesel/patch-1
Browse files Browse the repository at this point in the history
Fix missing 1.78 in example in README.md
  • Loading branch information
nlohmann committed Feb 7, 2021
2 parents 6d4eed5 + 567e2e3 commit e754ef7
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 @@ -577,7 +577,7 @@ j[1] = 42;
bool foo = j.at(2);
// comparison
j == "[\"foo\", 42, true]"_json; // true
j == "[\"foo\", 42, true, 1.78]"_json; // true
// other stuff
j.size(); // 3 entries
Expand Down

0 comments on commit e754ef7

Please sign in to comment.