summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-20 19:15:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-20 19:15:08 +0000
commit0171d5f61cf63c3637077f28c85f398e06466a64 (patch)
tree2b967672aba1d27f79a41f2eaed431b9c181edb2
parent860d28a63897bdfff68d083a5cae5ebe02a142ab (diff)
downloadruby-0171d5f61cf63c3637077f28c85f398e06466a64.tar.gz
ruby-0171d5f61cf63c3637077f28c85f398e06466a64.tar.xz
ruby-0171d5f61cf63c3637077f28c85f398e06466a64.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index a3d170991..47c31a1a3 100644
--- a/io.c
+++ b/io.c
@@ -7197,7 +7197,7 @@ pipe_pair_close(VALUE rw)
* If a block is given, the block is called and
* returns the value of the block.
* <i>read_io</i> and <i>write_io</i> are sent to the block as arguments.
- * If read_io and write_io are not closed when IO.pipe returns, they are closed.
+ * If read_io and write_io are not closed when the block exits, they are closed.
*
* Not available on all platforms.
*