We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c26913 commit f0328f6Copy full SHA for f0328f6
doc/api/stream.md
@@ -863,7 +863,7 @@ in object mode.
863
The optional `size` argument specifies a specific number of bytes to read. If
864
`size` bytes are not available to be read, `null` will be returned *unless*
865
the stream has ended, in which case all of the data remaining in the internal
866
-buffer will be returned (*even if it exceeds `size` bytes*).
+buffer will be returned.
867
868
If the `size` argument is not specified, all of the data contained in the
869
internal buffer will be returned.
0 commit comments