Skip to content

doc: missing negation in streams doc #10710

Closed
@jrieken

Description

@jrieken

from https://nodejs.org/dist/latest-v6.x/docs/api/stream.html#stream_errors_while_reading

The doc for Errors While Reading says:

Throwing an Error from within readable._read() can result in expected and inconsistent behavior depending on whether the stream is operating in flowing or paused mode. Using the 'error' event ensures consistent and predictable handling of errors.

and I believe it should be ...can result in UNexpected and inconsistent behavior...

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