File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1211,9 +1211,9 @@ added: v0.9.4
1211
1211
* ` size ` {number} Optional argument to specify how much data to read.
1212
1212
* Returns: {string|Buffer|null|any}
1213
1213
1214
- The ` readable.read() ` method pulls some data out of the internal buffer and
1215
- returns it. If no data available to be read, ` null ` is returned. By default,
1216
- the data will be returned as a ` Buffer ` object unless an encoding has been
1214
+ The ` readable.read() ` method reads data out of the internal buffer and
1215
+ returns it. If no data is available to be read, ` null ` is returned. By default,
1216
+ the data is returned as a ` Buffer ` object unless an encoding has been
1217
1217
specified using the ` readable.setEncoding() ` method or the stream is operating
1218
1218
in object mode.
1219
1219
You can’t perform that action at this time.
0 commit comments