Skip to content

Commit

Permalink
doc: fix typo in stream doc
Browse files Browse the repository at this point in the history
Fix small typo in Buffering section of stream doc.
PR-URL: #7738
Reviewed-By: Brian White <[email protected]>
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
Kevin Donahue authored and evanlucas committed Jul 20, 2016
1 parent f574bd4 commit fc4df0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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
destinations of differing speeds will not overwhelm the available memory.

Expand Down

0 comments on commit fc4df0d

Please sign in to comment.