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:
laterlaugh
2024-04-12 21:20:18 +08:00
committed by GitHub
parent c883fb0f17
commit 97f0bdaf9a
2 changed files with 2 additions and 2 deletions

View File

@@ -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"}});