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 b9f3abd

Browse filesBrowse files
watildeaduh95
authored andcommitted
doc: fix doubled word typo in stream_iter.md
PR-URL: #62916 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c12a767 commit b9f3abd
Copy full SHA for b9f3abd

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/stream_iter.md‎

Copy file name to clipboardExpand all lines: doc/api/stream_iter.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ console.log(ready); // Promise { true } -- no backpressure
18401840
* Value: `Symbol.for('Stream.shareProtocol')`
18411841
18421842
The value must be a function. When called by `Share.from()`, it receives the
1843-
options passed to `Share.from()` and must return an object conforming the the
1843+
options passed to `Share.from()` and must return an object conforming to the
18441844
{Share} interface. The implementation is fully custom -- it can manage the shared
18451845
source, consumers, buffering, and backpressure however it wants.
18461846

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.