ruby-changes:44019
From: kazu <ko1@a...>
Date: Wed, 7 Sep 2016 21:32:07 +0900 (JST)
Subject: [ruby-changes:44019] kazu:r56092 (trunk): fix a typo [ci skip]
kazu 2016-09-07 21:32:02 +0900 (Wed, 07 Sep 2016) New Revision: 56092 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56092 Log: fix a typo [ci skip] Modified files: trunk/lib/timeout.rb Index: lib/timeout.rb =================================================================== --- lib/timeout.rb (revision 56091) +++ lib/timeout.rb (revision 56092) @@ -60,7 +60,7 @@ module Timeout https://github.com/ruby/ruby/blob/trunk/lib/timeout.rb#L60 # 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/