Skip to content

Commit 2fb5f19

Browse files
yosuke-furukawaevanlucas
authored andcommitted
doc: fix typo in TextEncoding section
PR-URL: #18201 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 3299a1a commit 2fb5f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ const uint8array = encoder.encode('this is some data');
735735
UTF-8 encodes the `input` string and returns a `Uint8Array` containing the
736736
encoded bytes.
737737

738-
### textDecoder.encoding
738+
### textEncoder.encoding
739739

740740
* {string}
741741

0 commit comments

Comments
 (0)