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 fca97f9 commit 35ba340Copy full SHA for 35ba340
doc/api/stream.md
@@ -95,8 +95,8 @@ destinations of differing speeds will not overwhelm the available memory.
95
96
Watermarks only determine the amount of data a stream buffers before it stops
97
asking for more data (via calling `readable._read()`). Watermarks do not
98
-enforce a strict memory limitation in general. Specific stream
99
-implementations may choose to enforce stricter limits but doing so is
+enforce a strict memory limitation in general. Specific stream
+implementations may choose to enforce stricter limits but doing so is
100
optional. Specifically, `highWaterMark` is a threshold, not a limit.
101
102
Because [`Duplex`][] and [`Transform`][] streams are both `Readable` and
0 commit comments