Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: clarify Readable paused/flowing!==object mode #22619

Closed
wants to merge 1 commit into from
Closed

doc: clarify Readable paused/flowing!==object mode #22619

wants to merge 1 commit into from

Commits on Aug 31, 2018

  1. doc: clarify Readable paused/flowing!==object mode

    - Clarify that a `Readable` stream's reading mode (paused vs. flowing)
      is independent of its object mode (object vs. non-object).  I am
      relatively new to Node streams, and was briefly confused while
      reading the docs by the two uses of the word "mode".
    
    - Copyediting: add missing apostrophes; minor grammatical changes
    cxw42 authored and Chris White committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    0bb51b0 View commit details
    Browse the repository at this point in the history