Skip to content

Commit 87ef3f2

Browse files
committed
✏️ fixed a typo #1314
1 parent 2343d9c commit 87ef3f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/nlohmann/detail/output/serializer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ class serializer
422422
case error_handler_t::ignore:
423423
case error_handler_t::replace:
424424
{
425-
// in case we saw this chatacter the first time, we
425+
// in case we saw this character the first time, we
426426
// would like to read it again, because the byte
427427
// may be OK for itself, but just not OK for the
428428
// previous sequence

single_include/nlohmann/json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10374,7 +10374,7 @@ class serializer
1037410374
case error_handler_t::ignore:
1037510375
case error_handler_t::replace:
1037610376
{
10377-
// in case we saw this chatacter the first time, we
10377+
// in case we saw this character the first time, we
1037810378
// would like to read it again, because the byte
1037910379
// may be OK for itself, but just not OK for the
1038010380
// previous sequence

0 commit comments

Comments
 (0)