Skip to content

Commit 0927c67

Browse files
christiantakleMoLow
authored andcommitted
doc: fix typo in webstreams.md
PR-URL: #47766 Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Rich Trott <[email protected]>
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

Lines changed: 1 addition & 1 deletion
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)