Skip to content

Commit

Permalink
doc: fix typo in TextEncoding section
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
yosuke-furukawa authored and MylesBorins committed Feb 27, 2018
1 parent 9c75a0f commit f7b48a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ const uint8array = encoder.encode('this is some data');
UTF-8 encodes the `input` string and returns a `Uint8Array` containing the
encoded bytes.

### textDecoder.encoding
### textEncoder.encoding

* {string}

Expand Down

0 comments on commit f7b48a3

Please sign in to comment.