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 bb4666d commit fca97f9Copy full SHA for fca97f9
doc/api/stream.md
@@ -97,7 +97,7 @@ 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
100
-optional. Specifically, `highWaterMark` a threshold, not a limit.
+optional. Specifically, `highWaterMark` is a threshold, not a limit.
101
102
Because [`Duplex`][] and [`Transform`][] streams are both `Readable` and
103
`Writable`, each maintains *two* separate internal buffers used for reading and
0 commit comments