Skip to content

Commit

Permalink
✏️ fixed a typo #1314
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Oct 23, 2018
1 parent 2343d9c commit 87ef3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/nlohmann/detail/output/serializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class serializer
case error_handler_t::ignore:
case error_handler_t::replace:
{
// in case we saw this chatacter the first time, we
// in case we saw this character the first time, we
// would like to read it again, because the byte
// may be OK for itself, but just not OK for the
// previous sequence
Expand Down
2 changes: 1 addition & 1 deletion single_include/nlohmann/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10374,7 +10374,7 @@ class serializer
case error_handler_t::ignore:
case error_handler_t::replace:
{
// in case we saw this chatacter the first time, we
// in case we saw this character the first time, we
// would like to read it again, because the byte
// may be OK for itself, but just not OK for the
// previous sequence
Expand Down

0 comments on commit 87ef3f2

Please sign in to comment.