Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingr committed May 16, 2020
1 parent fca97f9 commit 35ba340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/stream.md
Expand Up @@ -95,8 +95,8 @@ destinations of differing speeds will not overwhelm the available memory.

Watermarks only determine the amount of data a stream buffers before it stops
asking for more data (via calling `readable._read()`). Watermarks do not
enforce a strict memory limitation in general. Specific stream
implementations may choose to enforce stricter limits but doing so is
enforce a strict memory limitation in general. Specific stream
implementations may choose to enforce stricter limits but doing so is
optional. Specifically, `highWaterMark` is a threshold, not a limit.

Because [`Duplex`][] and [`Transform`][] streams are both `Readable` and
Expand Down

0 comments on commit 35ba340

Please sign in to comment.