ruby-changes:26743
From: zzak <ko1@a...>
Date: Sun, 13 Jan 2013 13:40:27 +0900 (JST)
Subject: [ruby-changes:26743] zzak:r38795 (trunk): * lib/open3.rb : Typo in Open3 overview. Patch by zed_0xff
zzak 2013-01-13 13:40:15 +0900 (Sun, 13 Jan 2013) New Revision: 38795 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38795 Log: * lib/open3.rb : Typo in Open3 overview. Patch by zed_0xff [Github Fixes #233] Modified files: trunk/ChangeLog trunk/lib/open3.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 38794) +++ ChangeLog (revision 38795) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Jan 13 13:40:00 2013 Zachary Scott <zachary@z...> + + * lib/open3.rb : Typo in Open3 overview. Patch by zed_0xff + [Github Fixes #233] + Sat Jan 12 17:42:00 2013 Kenta Murata <mrkn@c...> * numeric.c (do_coerce): fix for the exceptions which the coerce Index: lib/open3.rb =================================================================== --- lib/open3.rb (revision 38794) +++ lib/open3.rb (revision 38795) @@ -24,7 +24,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/open3.rb#L24 # - Open3.pipeline_r : pipe for last stdout of a pipeline # - Open3.pipeline_w : pipe for first stdin of a pipeline # - Open3.pipeline_start : run a pipeline and don't wait -# - Open3.pipeline : run a pipline and wait +# - Open3.pipeline : run a pipeline and wait # module Open3 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/