From 7348f9df19c79d60b2d47c74d7681cf554e342a9 Mon Sep 17 00:00:00 2001 From: ttrfwork Date: Mon, 26 Jan 2015 10:32:11 +0300 Subject: [PATCH] Corrected a grammar mistake in Stream documentation --- doc/api/stream.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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