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 089a447

Browse filesBrowse files
julienpaddaleax
authored andcommitted
doc: update wording in "Two reading modes"
PR-URL: #34119 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 32ef1b3 commit 089a447
Copy full SHA for 089a447

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/stream.md‎

Copy file name to clipboardExpand all lines: doc/api/stream.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,8 @@ instance, when the `readable.resume()` method is called without a listener
700700
attached to the `'data'` event, or when a `'data'` event handler is removed
701701
from the stream.
702702

703-
Adding a [`'readable'`][] event handler automatically make the stream to
704-
stop flowing, and the data to be consumed via
703+
Adding a [`'readable'`][] event handler automatically makes the stream
704+
stop flowing, and the data has to be consumed via
705705
[`readable.read()`][stream-read]. If the [`'readable'`][] event handler is
706706
removed, then the stream will start flowing again if there is a
707707
[`'data'`][] event handler.

0 commit comments

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