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 Apr 28, 2023
1 parent 22ec1dd commit c968361
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 c968361

Please sign in to comment.