diff options
author | 2023-09-24 23:47:20 -0700 | |
---|---|---|
committer | 2023-09-24 23:47:20 -0700 | |
commit | bd4523798f68350ff6a9a94907a61a4d53884d3c (patch) | |
tree | 0f9f7eb2bbac7ab7f7766d57f56c454a09952ef6 | |
parent | 6326eb42463571ba505ea7a0fed483e65e7b8248 (diff) | |
download | bun-bd4523798f68350ff6a9a94907a61a4d53884d3c.tar.gz bun-bd4523798f68350ff6a9a94907a61a4d53884d3c.tar.zst bun-bd4523798f68350ff6a9a94907a61a4d53884d3c.zip |
Clarify
-rw-r--r-- | docs/runtime/nodejs-apis.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index 305bc0bdc..3af562c24 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -50,7 +50,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:events`](https://nodejs.org/api/events.html) -🟡 Missing `on`. +🟡 Missing `require('node:events').on`. ### [`node:fs`](https://nodejs.org/api/fs.html) |