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:
parent
4f68369643
commit
18552677d7
@ -1175,8 +1175,8 @@ as a result of this chunk.
|
|||||||
|
|
||||||
Call the callback function only when the current chunk is completely
|
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
|
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
|
particular input chunk. If you supply output as the second argument to the
|
||||||
it will be passed to push method, in other words the following are
|
callback, it will be passed to push method, in other words the following are
|
||||||
equivalent:
|
equivalent:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user