summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Takle <christian.takle@gmail.com>2023-04-28 23:53:28 +0100
committerGitHub <noreply@github.com>2023-04-28 22:53:28 +0000
commitc9683618296fae63a5f6253dd5d1ea3b00a51d89 (patch)
tree9e9bb092beabcc3dce0853dbdb8d500a22f5a61a /doc
parent22ec1ddb86324fc49c889bbd7a137869201341dd (diff)
downloadnode-new-c9683618296fae63a5f6253dd5d1ea3b00a51d89.tar.gz
doc: fix typo in webstreams.md
PR-URL: https://github.com/nodejs/node/pull/47766 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/webstreams.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md
index 3595dba05c..1ff5b7e6b7 100644
--- a/doc/api/webstreams.md
+++ b/doc/api/webstreams.md
@@ -1464,7 +1464,7 @@ added: v16.7.0
contents of the stream.
```mjs
-import { buffer as arrayBuffer } from 'node:stream/consumers';
+import { arrayBuffer } from 'node:stream/consumers';
import { Readable } from 'node:stream';
import { TextEncoder } from 'node:util';