Skip to content

Commit f7dd3bc

Browse files
hubertminelpinca
authored andcommitted
doc: fix typo in stream doc
PR-URL: #8326 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 870faee commit f7dd3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ used to fill the read buffer).
8383
Data is buffered in Writable streams when the
8484
[`writable.write(chunk)`][stream-write] method is called repeatedly. While the
8585
total size of the internal write buffer is below the threshold set by
86-
`highWaterMark`, calls to `writable.write()` will return `true`. Once the
86+
`highWaterMark`, calls to `writable.write()` will return `true`. Once
8787
the size of the internal buffer reaches or exceeds the `highWaterMark`, `false`
8888
will be returned.
8989

0 commit comments

Comments
 (0)