1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

docs(README.md): fix typo

This commit is contained in:
Yoshiya Hinosawa 2018-05-29 18:24:56 +09:00 committed by Ryan Dahl
parent e64e4e3ec8
commit f72655c863

View file

@ -34,7 +34,7 @@ A JavaScript runtime using V8 6.8 and Go.
/lib64/ld-linux-x86-64.so.2 (0x00007f104fc64000)
```
* Always dies on on uncaught errors.
* Always dies on uncaught errors.
* Supports top-level await.