Skip to content

Commit

Permalink
doc: remove "note that" from stream.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and targos committed Jul 2, 2019
1 parent 7bd2cae commit eba2e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ readable.on('readable', () => {
});
```

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

Expand Down

0 comments on commit eba2e3c

Please sign in to comment.