mirror of
https://github.com/nlohmann/json.git
synced 2026-03-23 09:22:44 +00:00
fix typos in documentation (#3140)
* fix typos in documentation * revert changes to ChangeLog.md
This commit is contained in:
@@ -532,7 +532,7 @@ TEST_CASE("regression tests 2")
|
||||
auto val2 = j.value("y", defval);
|
||||
}
|
||||
|
||||
SECTION("issue #2293 - eof doesnt cause parsing to stop")
|
||||
SECTION("issue #2293 - eof doesn't cause parsing to stop")
|
||||
{
|
||||
std::vector<uint8_t> data =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user