mirror of
https://github.com/nlohmann/json.git
synced 2026-08-28 11:57:31 +00:00
✏️ fixed a typo #1314
This commit is contained in:
@@ -422,7 +422,7 @@ class serializer
|
|||||||
case error_handler_t::ignore:
|
case error_handler_t::ignore:
|
||||||
case error_handler_t::replace:
|
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
|
// would like to read it again, because the byte
|
||||||
// may be OK for itself, but just not OK for the
|
// may be OK for itself, but just not OK for the
|
||||||
// previous sequence
|
// previous sequence
|
||||||
|
|||||||
@@ -10374,7 +10374,7 @@ class serializer
|
|||||||
case error_handler_t::ignore:
|
case error_handler_t::ignore:
|
||||||
case error_handler_t::replace:
|
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
|
// would like to read it again, because the byte
|
||||||
// may be OK for itself, but just not OK for the
|
// may be OK for itself, but just not OK for the
|
||||||
// previous sequence
|
// previous sequence
|
||||||
|
|||||||
Reference in New Issue
Block a user