From 5baa0431b94b220325ae09692938e2d1271d5b7f Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 20 Jun 2009 19:15:08 +0000 Subject: rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index a3d1709912..47c31a1a30 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. * read_io and write_io 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. * -- cgit v1.2.3