minor fixes

This commit is contained in:
Violet Bora Lee 2020-01-27 15:24:23 +09:00
parent ff042a0319
commit e85e48f8d0
4 changed files with 5 additions and 5 deletions

View file

@ -58,7 +58,7 @@ alert( new TextDecoder().decode(binaryString) ); // Hello
The syntax is:
```js run
```js
let encoder = new TextEncoder();
```