Skip to content

Commit

Permalink
doc: fix typo in TextEncoding section
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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]>
  • Loading branch information
yosuke-furukawa authored and Benjamin Gruenbaum committed Jan 17, 2018
1 parent 1b0d979 commit 98f744c
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 @@ -869,7 +869,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 98f744c

Please sign in to comment.