summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-10 16:05:04 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-10 16:05:04 +0000
commit12e20b7c4d856dc59c7d9c7959a5a31825325d9d (patch)
tree258d681a04fe3beebcf62a57a692a76780c83093 /NEWS
parent5567c5edba5dc107e939d44ce53d8fe88d2fc98d (diff)
* lib/timeout.rb: Added note about change from #8730 [Fixes GH-440]
* NEWS: Improve grammar on change to Timeout Patched by @srawlins in https://github.com/ruby/ruby/pull/440 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a7452998bd..db9de27380 100644
--- a/NEWS
+++ b/NEWS
@@ -251,7 +251,7 @@ with all sufficient information, see the ChangeLog file.
* Tempfile.create
* Timeout
- * No longer an exception to terminate the given block can be rescued
+ * The exception to terminate the given block can no longer be rescued
inside the block, by default, unless the exception class is given
explicitly.