ruby-changes:31489
From: hsbt <ko1@a...>
Date: Fri, 8 Nov 2013 02:03:02 +0900 (JST)
Subject: [ruby-changes:31489] hsbt:r43568 (trunk): typo [Fixes GH-435] PAtch by @zed-0xff https://github.com/ruby/ruby/pull/435
hsbt 2013-11-08 02:02:56 +0900 (Fri, 08 Nov 2013) New Revision: 43568 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43568 Log: typo [Fixes GH-435] PAtch by @zed-0xff https://github.com/ruby/ruby/pull/435 Modified files: trunk/lib/thwait.rb Index: lib/thwait.rb =================================================================== --- lib/thwait.rb (revision 43567) +++ lib/thwait.rb (revision 43568) @@ -15,7 +15,7 @@ require "e2mmap.rb" https://github.com/ruby/ruby/blob/trunk/lib/thwait.rb#L15 # # Example: # -# ThreadsWait.all_wait(thr1, thr2, ...) do |t| +# ThreadsWait.all_waits(thr1, thr2, ...) do |t| # STDERR.puts "Thread #{t} has terminated." # end # -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/