mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b22b725c5d
commit
aaf249dc57
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module Timeout
|
|||
# value of 0 or +nil+ will execute the block without any timeout.
|
||||
# +klass+:: Exception Class to raise if the block fails to terminate
|
||||
# in +sec+ seconds. Omitting will use the default, Timeout::Error
|
||||
# +message+:: Error message to rasise with Exception Class.
|
||||
# +message+:: Error message to raise with Exception Class.
|
||||
# Omitting will use the default, "execution expired"
|
||||
#
|
||||
# Returns the result of the block *if* the block completed before
|
||||
|
|
Loading…
Reference in a new issue