◐ Shell
clean mode source ↗

doc: fix type in stream doc · nodejs/node@5e46c16

Original file line numberDiff line numberDiff line change

@@ -954,7 +954,7 @@ added: v0.9.4

954954

-->

955955
956956

* `size` {number} Optional argument to specify how much data to read.

957-

* Returns: {string|Buffer|null}

957+

* Returns: {string|Buffer|null|any}

958958
959959

The `readable.read()` method pulls some data out of the internal buffer and

960960

returns it. If no data available to be read, `null` is returned. By default,