Browse Source

doc: fix typo in stream doc

Fix small typo in Buffering section of stream doc.
PR-URL: https://github.com/nodejs/node/pull/7738
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
v6.x
Kevin Donahue 9 years ago
committed by Evan Lucas
parent
commit
fc4df0df6c
  1. 2
      doc/api/stream.md

2
doc/api/stream.md

@ -87,7 +87,7 @@ total size of the internal write buffer is below the threshold set by
the size of the internal buffer reaches or exceeds the `highWaterMark`, `false` the size of the internal buffer reaches or exceeds the `highWaterMark`, `false`
will be returned. will be returned.
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,
is to limit the buffering of data to acceptable levels such that sources and is to limit the buffering of data to acceptable levels such that sources and
destinations of differing speeds will not overwhelm the available memory. destinations of differing speeds will not overwhelm the available memory.

Loading…
Cancel
Save