We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8701b commit 7861793Copy full SHA for 7861793
doc/api/stream.md
@@ -1126,7 +1126,7 @@ buffer will be returned.
1126
If the `size` argument is not specified, all of the data contained in the
1127
internal buffer will be returned.
1128
1129
-The `size` argument must be less than or equal to 1 GB.
+The `size` argument must be less than or equal to 1 GiB.
1130
1131
The `readable.read()` method should only be called on `Readable` streams
1132
operating in paused mode. In flowing mode, `readable.read()` is called
0 commit comments