We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d33e5c commit 9ec0eabCopy full SHA for 9ec0eab
doc/api/stream.md
@@ -942,9 +942,8 @@ readable.on('readable', () => {
942
});
943
```
944
945
-In general, it is recommended that developers avoid the use of the `'readable'`
946
-event and the `readable.read()` method in favor of using either
947
-`readable.pipe()` or the `'data'` event.
+Avoid the use of the `'readable'` event and the `readable.read()` method in
+favor of using either `readable.pipe()` or the `'data'` event.
948
949
A Readable stream in object mode will always return a single item from
950
a call to [`readable.read(size)`][stream-read], regardless of the value of the
0 commit comments