From 35ba340afa77855aeca98715aa69a7f6deb7c15f Mon Sep 17 00:00:00 2001 From: Benjamin Gruenbaum Date: Sat, 16 May 2020 15:02:46 +0300 Subject: [PATCH] fixup! --- doc/api/stream.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 94d170e8aabe19..0de288caee60b0 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -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