We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2077a commit eaabbf4Copy full SHA for eaabbf4
doc/api/stream.md
@@ -21,10 +21,10 @@ The `stream` module can be accessed using:
21
const stream = require('stream');
22
```
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.
+While it is important to understand how streams work, the `stream` module itself
+is most useful for developers that are creating new types of stream instances.
+Developers who are primarily *consuming* stream objects will rarely need to use
+the `stream` module directly.
28
29
## Organization of this Document
30
0 commit comments