We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f68369 commit 1855267Copy full SHA for 1855267
doc/api/stream.markdown
@@ -1175,8 +1175,8 @@ as a result of this chunk.
1175
1176
Call the callback function only when the current chunk is completely
1177
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
+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
1180
equivalent:
1181
1182
```javascript
0 commit comments