diff --git a/doc/api/stream.md b/doc/api/stream.md index ff6990edaa005e..20c7b0db6a43f5 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1134,7 +1134,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 1 GB. +The `size` argument must be less than or equal to 1 GiB. The `readable.read()` method should only be called on `Readable` streams operating in paused mode. In flowing mode, `readable.read()` is called