From 98b770246f166aa95fe49c06f8e07f4e5d76ee4d Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Sun, 20 Oct 2019 11:34:35 +0200 Subject: [PATCH] fixup: doc nit --- doc/api/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 9a2ba37c34f527..afc459dbeb08b5 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -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