Unverified Commit 567e2e34 authored by William A. Wieselquist's avatar William A. Wieselquist Committed by GitHub

Fix missing 1.78 in example in README.md

parent 6d4eed5a
...@@ -577,7 +577,7 @@ j[1] = 42; ...@@ -577,7 +577,7 @@ j[1] = 42;
bool foo = j.at(2); bool foo = j.at(2);
// comparison // comparison
j == "[\"foo\", 42, true]"_json; // true j == "[\"foo\", 42, true, 1.78]"_json; // true
// other stuff // other stuff
j.size(); // 3 entries j.size(); // 3 entries
......
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