Skip to content

Commit fc4df0d

Browse files
Kevin Donahueevanlucas
Kevin Donahue
authored andcommitted
doc: fix typo in stream doc
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]>
1 parent f574bd4 commit fc4df0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ total size of the internal write buffer is below the threshold set by
8787
the size of the internal buffer reaches or exceeds the `highWaterMark`, `false`
8888
will be returned.
8989

90-
A key goal of the `stream` API, an in particular the [`stream.pipe()`] method,
90+
A key goal of the `stream` API, and in particular the [`stream.pipe()`] method,
9191
is to limit the buffering of data to acceptable levels such that sources and
9292
destinations of differing speeds will not overwhelm the available memory.
9393

0 commit comments

Comments
 (0)