Skip to content

Commit 858bc0a

Browse files
hubertmineHubert MINE
authored andcommitted
doc: fix typo in documentation
1 parent c8619ea commit 858bc0a

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)