doc: fix minor grammar mistake in streams docs

PR-URL: https://github.com/iojs/io.js/pull/606
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
ttrfwork 2015-01-26 10:32:11 +03:00 committed by Rod Vagg
parent 4f68369643
commit 18552677d7

View File

@ -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