Skip to content

Commit eba2e3c

Browse files
Trotttargos
authored andcommitted
doc: remove "note that" from stream.md
PR-URL: #28329 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 7bd2cae commit eba2e3c

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