Skip to content

Commit 9f18878

Browse files
hubertmineFishrock123
authored andcommitted
doc: fix typo in stream doc
PR-URL: #8326 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c8bcf1b commit 9f18878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

Lines changed: 1 addition & 1 deletion
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)