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 eaabbf4

Browse filesBrowse files
TrottBethGriggs
authored andcommitted
doc: make caveat in stream.md more concise
PR-URL: #19251 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 9e2077a commit eaabbf4
Copy full SHA for eaabbf4

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/stream.md‎

Copy file name to clipboardExpand all lines: doc/api/stream.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ The `stream` module can be accessed using:
2121
const stream = require('stream');
2222
```
2323

24-
While it is important for all Node.js users to understand how streams work,
25-
the `stream` module itself is most useful for developers that are creating new
26-
types of stream instances. Developers who are primarily *consuming* stream
27-
objects will rarely (if ever) have need to use the `stream` module directly.
24+
While it is important to understand how streams work, the `stream` module itself
25+
is most useful for developers that are creating new types of stream instances.
26+
Developers who are primarily *consuming* stream objects will rarely need to use
27+
the `stream` module directly.
2828

2929
## Organization of this Document
3030

0 commit comments

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