Skip to content

Commit

Permalink
doc: fix minor grammar mistake in streams docs
Browse files Browse the repository at this point in the history
PR-URL: #606
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
ttrfwork authored and rvagg committed Jan 27, 2015
1 parent 4f68369 commit 1855267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/stream.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,8 @@ as a result of this chunk.

Call the callback function only when the current chunk is completely
consumed. Note that there may or may not be output as a result of any
particular input chunk. If you supply as the second argument to the
it will be passed to push method, in other words the following are
particular input chunk. If you supply output as the second argument to the
callback, it will be passed to push method, in other words the following are
equivalent:

```javascript
Expand Down

0 comments on commit 1855267

Please sign in to comment.