Skip to content

Commit f7b48a3

Browse files
yosuke-furukawaMylesBorins
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 9c75a0f commit f7b48a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ const uint8array = encoder.encode('this is some data');
709709
UTF-8 encodes the `input` string and returns a `Uint8Array` containing the
710710
encoded bytes.
711711

712-
### textDecoder.encoding
712+
### textEncoder.encoding
713713

714714
* {string}
715715

0 commit comments

Comments
 (0)