diff --git a/doc/api/stream.md b/doc/api/stream.md index e233c480b6..02e3a946c0 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -83,7 +83,7 @@ used to fill the read buffer). Data is buffered in Writable streams when the [`writable.write(chunk)`][stream-write] method is called repeatedly. While the total size of the internal write buffer is below the threshold set by -`highWaterMark`, calls to `writable.write()` will return `true`. Once the +`highWaterMark`, calls to `writable.write()` will return `true`. Once the size of the internal buffer reaches or exceeds the `highWaterMark`, `false` will be returned.