-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Description
There is a small error in the documentation for Streams. Under the Readable Streams section It's mentioned -
Note: If a Readable is switched into flowing mode and there are no consumers available handle the data, that data will be lost.
I think the word "to" is missing in that sentence between the "available" and "handle" words. I think it should be -
Note: If a Readable is switched into flowing mode and there are no consumers available to handle the data, that data will be lost.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.