Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d750364

Browse filesBrowse files
christiantakletargos
authored andcommitted
doc: fix typo in webstreams.md
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>
1 parent ceba37a commit d750364
Copy full SHA for d750364

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/webstreams.md‎

Copy file name to clipboardExpand all lines: doc/api/webstreams.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.