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 <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>
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

Lines changed: 1 addition & 1 deletion
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)