summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-08-05 14:47:23 -0700
committerisaacs <i@izs.me>2012-08-05 14:47:23 -0700
commit4ff56aa15e21372ab5d46baabea01d741d81431e (patch)
treed9cc7b738051df112d042f7bb7ef352760d4ad25
parent7bb814f9db02185c7a0900f73c2bbd52247a1907 (diff)
downloadnode-new-4ff56aa15e21372ab5d46baabea01d741d81431e.tar.gz
doc: util.pump is deprecated. Use Stream.pipe
-rw-r--r--doc/api/util.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/util.markdown b/doc/api/util.markdown
index db12ab598a..2c1b7634b7 100644
--- a/doc/api/util.markdown
+++ b/doc/api/util.markdown
@@ -147,7 +147,7 @@ Returns `true` if the given "object" is an `Error`. `false` otherwise.
## util.pump(readableStream, writableStream, [callback])
-Experimental
+ Stability: 0 - Deprecated: Use readableStream.pipe(writableStream)
Read the data from `readableStream` and send it to the `writableStream`.
When `writableStream.write(data)` returns `false` `readableStream` will be