ruby-changes:36654
From: hone <ko1@a...>
Date: Sun, 7 Dec 2014 11:20:57 +0900 (JST)
Subject: [ruby-changes:36654] hone:r48735 (trunk): io.c: Typo close -> closes.
hone 2014-12-07 11:20:45 +0900 (Sun, 07 Dec 2014) New Revision: 48735 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48735 Log: io.c: Typo close -> closes. Patch by @cirosantilli [Fixes GH-757] Modified files: trunk/io.c Index: io.c =================================================================== --- io.c (revision 48734) +++ io.c (revision 48735) @@ -6201,7 +6201,7 @@ pipe_open_s(VALUE prog, const char *mode https://github.com/ruby/ruby/blob/trunk/io.c#L6201 * If a block is given, Ruby will run the command as a child connected * to Ruby with a pipe. Ruby's end of the pipe will be passed as a * parameter to the block. - * At the end of block, Ruby close the pipe and sets <code>$?</code>. + * At the end of block, Ruby closes the pipe and sets <code>$?</code>. * In this case <code>IO.popen</code> returns * the value of the block. * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/