Skip to content

Commit

Permalink
fixup: doc nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Oct 20, 2019
1 parent a51e404 commit 98b7702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Expand Up @@ -1084,7 +1084,7 @@ buffer will be returned.
If the `size` argument is not specified, all of the data contained in the
internal buffer will be returned.

The `size` argument must be less than or equal to 2^30.
The `size` argument must be less than or equal to 1 GB.

The `readable.read()` method should only be called on `Readable` streams
operating in paused mode. In flowing mode, `readable.read()` is called
Expand Down

0 comments on commit 98b7702

Please sign in to comment.