1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

View file

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