File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ The `stream` module can be accessed using:
2121const 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
You can’t perform that action at this time.
0 commit comments