Skip to content

Commit 4ab98c3

Browse files
nlohmanngentooise
andauthored
Update docs/mkdocs/docs/api/basic_json/dump.md
Co-authored-by: gentooise <[email protected]>
1 parent 493d1e4 commit 4ab98c3

File tree

1 file changed

+1
-1
lines changed
  • docs/mkdocs/docs/api/basic_json

1 file changed

+1
-1
lines changed

docs/mkdocs/docs/api/basic_json/dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and `ensure_ascii` parameters.
2525
result consists of ASCII characters only.
2626
2727
`error_handler` (in)
28-
: how to react on decoding errors; there are three possible values (see [`error_handler_t`](error_handler_t.md)):
28+
: how to react on decoding errors; there are four possible values (see [`error_handler_t`](error_handler_t.md)):
2929
: - `strict`: throws a [`type_error`](../../home/exceptions.md#type-errors) exception in case a decoding error occurs (this is the default),
3030
- `replace`: replace invalid UTF-8 sequences with U+FFFD (� REPLACEMENT CHARACTER),
3131
- `ignore`: ignore invalid UTF-8 sequences during serialization (i.e., these bytes are skipped and not copied to the output), and

0 commit comments

Comments
 (0)