Skip to content

Commit 35ba340

Browse files
committed
fixup!
1 parent fca97f9 commit 35ba340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/stream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ destinations of differing speeds will not overwhelm the available memory.
9595

9696
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
98-
enforce a strict memory limitation in general. Specific stream
99-
implementations may choose to enforce stricter limits but doing so is
98+
enforce a strict memory limitation in general. Specific stream
99+
implementations may choose to enforce stricter limits but doing so is
100100
optional. Specifically, `highWaterMark` is a threshold, not a limit.
101101

102102
Because [`Duplex`][] and [`Transform`][] streams are both `Readable` and

0 commit comments

Comments
 (0)