Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc4df0d

Browse filesBrowse files
Kevin Donahueevanlucas
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
Copy full SHA for fc4df0d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/stream.md‎

Copy file name to clipboardExpand all lines: doc/api/stream.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.