Skip to content

Commit

Permalink
Update webstreams.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
christiantakle authored Apr 28, 2023
1 parent a75959b commit ac00b11
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 ac00b11

Please sign in to comment.