Skip to content

Missing word in Stream docs  #11913

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to Node.js documentation.streamIssues and PRs related to Node.js streams.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions