Skip to content

Commit 9dd47bc

Browse files
Trotttargos
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 a0e8e7f commit 9dd47bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2318,7 +2318,7 @@ primarily for examples and testing, but there are some use cases where
23182318
Prior to Node.js 0.10, the `Readable` stream interface was simpler, but also
23192319
less powerful and less useful.
23202320

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

0 commit comments

Comments
 (0)