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
Update stream.markdown
  • Loading branch information
iliakan committed Apr 22, 2016
commit 5f6f6fd803da7f6f9db1fdc237be7e35b3baa426
3 changes: 2 additions & 1 deletion doc/api/stream.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ end

* Return: `Boolean`

This method returns whether or not the `readable` has been paused by client code including the following cases:
This method returns whether or not the `readable` has been paused
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Trailing whitespace.

by client code including the following cases:

* If there are no pipe destinations, by calling the
[`stream.pause()`][stream-pause] method.
Expand Down