From f88284b91ec7eedb88216f0aa9c55ca7d18cb67c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 29 Apr 2010 09:39:52 +0000 Subject: * lib/thwait.rb (ThreadsWait#join): refined rdoc again. [ruby-core:29863] [ruby-dev:41092] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/thwait.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/thwait.rb b/lib/thwait.rb index 7ac033d30d..963ff4d1b6 100644 --- a/lib/thwait.rb +++ b/lib/thwait.rb @@ -74,8 +74,8 @@ class ThreadsWait end # - # Waits for specified threads to terminate, and returns when any - # thread terminated. + # Waits for specified threads to terminate, and returns when one of + # the threads terminated. # def join(*threads) join_nowait(*threads) -- cgit v1.2.3