Skip to content

Commit

Permalink
doc: fix typo in webstreams.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
christiantakle authored and targos committed May 3, 2023
1 parent ceba37a commit d750364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit d750364

Please sign in to comment.