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 eba2e3c

Browse filesBrowse files
Trotttargos
authored andcommitted
doc: remove "note that" from stream.md
PR-URL: #28329 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 7bd2cae commit eba2e3c
Copy full SHA for eba2e3c

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
@@ -1052,7 +1052,7 @@ readable.on('readable', () => {
10521052
});
10531053
```
10541054

1055-
Note that the `while` loop is necessary when processing data with
1055+
The `while` loop is necessary when processing data with
10561056
`readable.read()`. Only after `readable.read()` returns `null`,
10571057
[`'readable'`]() will be emitted.
10581058

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.