We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f574bd4 commit fc4df0dCopy full SHA for fc4df0d
doc/api/stream.md
@@ -87,7 +87,7 @@ total size of the internal write buffer is below the threshold set by
87
the size of the internal buffer reaches or exceeds the `highWaterMark`, `false`
88
will be returned.
89
90
-A key goal of the `stream` API, an in particular the [`stream.pipe()`] method,
+A key goal of the `stream` API, and in particular the [`stream.pipe()`] method,
91
is to limit the buffering of data to acceptable levels such that sources and
92
destinations of differing speeds will not overwhelm the available memory.
93
0 commit comments