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:
21
21
const stream = require (' stream' );
22
22
```
23
23
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.
28
28
29
29
## Organization of this Document
30
30
You can’t perform that action at this time.
0 commit comments