docs: fixed formatting of ignore character

This commit is contained in:
Richard Moore 2023-02-22 21:32:01 -05:00
parent 77a7323119
commit fb3dffcc12

@ -130,7 +130,7 @@ function replaceFunc(reason: Utf8ErrorReason, offset: number, bytes: Uint8Array,
* and accepts non-canonical (overlong) codepoints
*
* **``"replace"``** - replace any illegal UTF-8 sequence with the
* UTF-8 replacement character (i.e. `\ufffd`) and accepts
* UTF-8 replacement character (i.e. ``"\\ufffd"``) and accepts
* non-canonical (overlong) codepoints
*
* @returns: Record<"error" | "ignore" | "replace", Utf8ErrorFunc>