Skip to content

Commit 70b6b00

Browse files
committed
doc: Update wording in "Two reading modes"
1 parent da8a1ef commit 70b6b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/stream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,8 @@ instance, when the `readable.resume()` method is called without a listener
714714
attached to the `'data'` event, or when a `'data'` event handler is removed
715715
from the stream.
716716

717-
Adding a [`'readable'`][] event handler automatically make the stream to
718-
stop flowing, and the data to be consumed via
717+
Adding a [`'readable'`][] event handler automatically makes the stream
718+
stop flowing, and the data has to be consumed via
719719
[`readable.read()`][stream-read]. If the [`'readable'`][] event handler is
720720
removed, then the stream will start flowing again if there is a
721721
[`'data'`][] event handler.

0 commit comments

Comments
 (0)