diff --git a/doc/api/stream.markdown b/doc/api/stream.markdown index d4b585afea0662..d3422e31cbb8a1 100644 --- a/doc/api/stream.markdown +++ b/doc/api/stream.markdown @@ -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