Skip to content

Commit eaabbf4

Browse files
TrottBethGriggs
authored andcommitted
doc: make caveat in stream.md more concise
PR-URL: #19251 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 9e2077a commit eaabbf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/stream.md

+4-4
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)