Skip to content

Commit fca97f9

Browse files
committed
fixup!
1 parent bb4666d commit fca97f9

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
@@ -97,7 +97,7 @@ Watermarks only determine the amount of data a stream buffers before it stops
9797
asking for more data (via calling `readable._read()`). Watermarks do not
9898
enforce a strict memory limitation in general. Specific stream
9999
implementations may choose to enforce stricter limits but doing so is
100-
optional. Specifically, `highWaterMark` a threshold, not a limit.
100+
optional. Specifically, `highWaterMark` is a threshold, not a limit.
101101

102102
Because [`Duplex`][] and [`Transform`][] streams are both `Readable` and
103103
`Writable`, each maintains *two* separate internal buffers used for reading and

0 commit comments

Comments
 (0)