Skip to content

Commit 34adeeb

Browse files
authored
doc: fix doubled word typo in stream_iter.md
PR-URL: #62916 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Deokjin Kim <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 42a154b commit 34adeeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/stream_iter.md

Lines changed: 1 addition & 1 deletion
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)