doc: fix typo in std/node/README.md (#4819)

This commit is contained in:
Edward Elric 2020-05-11 21:13:06 +08:00 committed by GitHub
parent d16c7394cb
commit b2da8f3d4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ This module is meant to have a compatibility layer for the
[NodeJS standard library](https://nodejs.org/docs/latest-v12.x/api/). [NodeJS standard library](https://nodejs.org/docs/latest-v12.x/api/).
**Warning**: Any function of this module should not be referred anywhere in the **Warning**: Any function of this module should not be referred anywhere in the
deno standard library as it's a compatiblity module. deno standard library as it's a compatibility module.
## Supported Builtins ## Supported Builtins