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 <debadree333@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
christiantakle authored and MoLow committed Jul 6, 2023
1 parent 994be57 commit 0927c67
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 @@ -1462,7 +1462,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 0927c67

Please sign in to comment.