★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/2fb5f19894Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
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>
  • Loading branch information
yosuke-furukawa authored and evanlucas committed Jan 30, 2018
1 parent 3299a1a commit 2fb5f1989479b99704ca7775d7860219a8f629de
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/api/util.md
@@ -735,7 +735,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}

0 comments on commit 2fb5f19

Please sign in to comment.