Skip to content

Commit 2fb5f19

Browse files
yosuke-furukawaevanlucas
authored andcommittedJan 30, 2018
doc: fix typo in TextEncoding section
PR-URL: #18201 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
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)
Please sign in to comment.