Skip to content

Commit 1855267

Browse files
ttrfworkrvagg
authored andcommitted
doc: fix minor grammar mistake in streams docs
PR-URL: #606 Reviewed-By: Rod Vagg <[email protected]>
1 parent 4f68369 commit 1855267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/stream.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,8 @@ as a result of this chunk.
11751175

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

11821182
```javascript

0 commit comments

Comments
 (0)