diff --git a/io.c b/io.c index 0961f34ce5..517f02bb4c 100644 --- a/io.c +++ b/io.c @@ -7441,6 +7441,7 @@ pipe_pair_close(VALUE rw) * 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 the block exits, they are closed. + * i.e. closing read_io and/or write_io doesn't cause an error. * * Not available on all platforms. *