We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b44367 commit 2dbaa74Copy full SHA for 2dbaa74
doc/api/stream.md
@@ -894,7 +894,7 @@ in object mode.
894
The optional `size` argument specifies a specific number of bytes to read. If
895
`size` bytes are not available to be read, `null` will be returned *unless*
896
the stream has ended, in which case all of the data remaining in the internal
897
-buffer will be returned (*even if it exceeds `size` bytes*).
+buffer will be returned.
898
899
If the `size` argument is not specified, all of the data contained in the
900
internal buffer will be returned.
0 commit comments