mirror of
https://github.com/nlohmann/json.git
synced 2026-03-10 11:11:24 +00:00
chore: fix some typos in comments (#4345)
chore: fix some typos in comments Signed-off-by: laterlaugh <manziwenzhai@sina.cn>
This commit is contained in:
@@ -866,7 +866,7 @@ TEST_CASE("regression tests 2")
|
||||
CHECK(j.dump() == "[1,4]");
|
||||
}
|
||||
|
||||
SECTION("issue #3343 - json and ordered_json are not interchangable")
|
||||
SECTION("issue #3343 - json and ordered_json are not interchangeable")
|
||||
{
|
||||
json::object_t jobj({ { "product", "one" } });
|
||||
ordered_json::object_t ojobj({{"product", "one"}});
|
||||
|
||||
Reference in New Issue
Block a user