Skip to content

Commit d750364

Browse files
christiantakletargos
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 ceba37a commit d750364

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
@@ -1464,7 +1464,7 @@ added: v16.7.0
14641464
contents of the stream.
14651465
14661466
```mjs
1467-
import { buffer as arrayBuffer } from 'node:stream/consumers';
1467+
import { arrayBuffer } from 'node:stream/consumers';
14681468
import { Readable } from 'node:stream';
14691469
import { TextEncoder } from 'node:util';
14701470

0 commit comments

Comments
 (0)