Skip to content

Missing word in Stream docs  #11913

Closed
Closed
@jyotman

Description

@jyotman

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

No one assigned

    Labels

    docIssues and PRs related to the documentations.streamIssues and PRs related to the stream subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions