From 18552677d7e4468b093f28e721d1c02ce001b558 Mon Sep 17 00:00:00 2001 From: ttrfwork Date: Mon, 26 Jan 2015 10:32:11 +0300 Subject: [PATCH] doc: fix minor grammar mistake in streams docs PR-URL: https://github.com/iojs/io.js/pull/606 Reviewed-By: Rod Vagg --- 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