Skip to content

Commit 0927c67

Browse files
christiantakleMoLow
authored andcommittedJul 6, 2023
doc: fix typo in webstreams.md
PR-URL: #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>
1 parent 994be57 commit 0927c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/webstreams.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ added: v16.7.0
14621462
contents of the stream.
14631463
14641464
```mjs
1465-
import { buffer as arrayBuffer } from 'node:stream/consumers';
1465+
import { arrayBuffer } from 'node:stream/consumers';
14661466
import { Readable } from 'node:stream';
14671467
import { TextEncoder } from 'node:util';
14681468

0 commit comments

Comments
 (0)
Please sign in to comment.