Skip to content

Commit 8079488

Browse files
Trottjasnell
authored andcommitted
doc: fix minor typo in streams.md
It appears that a `to` was left out in one sentence of the streams.md doc. Add it. PR-URL: #23306 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f9bb026 commit 8079488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ primarily for examples and testing, but there are some use cases where
23272327
Prior to Node.js 0.10, the `Readable` stream interface was simpler, but also
23282328
less powerful and less useful.
23292329

2330-
* Rather than waiting for calls the [`stream.read()`][stream-read] method,
2330+
* Rather than waiting for calls to the [`stream.read()`][stream-read] method,
23312331
[`'data'`][] events would begin emitting immediately. Applications that
23322332
would need to perform some amount of work to decide how to handle data
23332333
were required to store read data into buffers so the data would not be lost.

0 commit comments

Comments
 (0)