We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870faee commit f7dd3bcCopy full SHA for f7dd3bc
doc/api/stream.md
@@ -83,7 +83,7 @@ used to fill the read buffer).
83
Data is buffered in Writable streams when the
84
[`writable.write(chunk)`][stream-write] method is called repeatedly. While the
85
total size of the internal write buffer is below the threshold set by
86
-`highWaterMark`, calls to `writable.write()` will return `true`. Once the
+`highWaterMark`, calls to `writable.write()` will return `true`. Once
87
the size of the internal buffer reaches or exceeds the `highWaterMark`, `false`
88
will be returned.
89
0 commit comments