doc,stream: remove wrong remark on readable.read · nodejs/node@f0328f6

Original file line numberDiff line numberDiff line change

@@ -863,7 +863,7 @@ in object mode.

863863

The optional `size` argument specifies a specific number of bytes to read. If

864864

`size` bytes are not available to be read, `null` will be returned *unless*

865865

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*).

866+

buffer will be returned.

867867
868868

If the `size` argument is not specified, all of the data contained in the

869869

internal buffer will be returned.