We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f2fd3 commit abbfed8Copy full SHA for abbfed8
doc/api/stream.md
@@ -1213,9 +1213,9 @@ added: v0.9.4
1213
* `size` {number} Optional argument to specify how much data to read.
1214
* Returns: {string|Buffer|null|any}
1215
1216
-The `readable.read()` method pulls some data out of the internal buffer and
1217
-returns it. If no data available to be read, `null` is returned. By default,
1218
-the data will be returned as a `Buffer` object unless an encoding has been
+The `readable.read()` method reads data out of the internal buffer and
+returns it. If no data is available to be read, `null` is returned. By default,
+the data is returned as a `Buffer` object unless an encoding has been
1219
specified using the `readable.setEncoding()` method or the stream is operating
1220
in object mode.
1221
0 commit comments