Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
squash: nit from bengl
  • Loading branch information
Trott committed May 27, 2016
commit 2299120a82ff566e64f9000e1148241f5cf628d0
4 changes: 2 additions & 2 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,8 @@ becomes available. There is no need, for example to "wait" until
Buffer encoding, such as `'utf8'` or `'ascii'`
* return {Boolean} Whether or not more pushes should be performed

**Note:** This method should be called by Readable implementors, _not_
by consumers of Readable streams.
**Note:** This method should be called by `Readable` implementors, _not_
by consumers of `Readable` streams.

If a value other than null is passed, The `push()` method adds a chunk of data
into the queue for subsequent stream processors to consume. If `null` is
Expand Down