typo [Fixes GH-435] PAtch by @zed-0xff https://github.com/ruby/ruby/pull/435

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2013-11-07 17:02:56 +00:00
parent d702ec4af6
commit 721ec2272c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ require "e2mmap.rb"
#
# Example:
#
# ThreadsWait.all_wait(thr1, thr2, ...) do |t|
# ThreadsWait.all_waits(thr1, thr2, ...) do |t|
# STDERR.puts "Thread #{t} has terminated."
# end
#