aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-05 15:48:11 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-05 15:48:11 +0000
commit61f46bafa47df9d5aa9bd79b565a3d8bf44b946c (patch)
treed6bf9cf2f1b95ae22f30821b6af826b90466253b /ChangeLog
parent1b648d04673813185cd92653813905ebcf3bd9aa (diff)
downloadruby-61f46bafa47df9d5aa9bd79b565a3d8bf44b946c.tar.gz
adjust style and fix typo and indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7969290500..f2bb22771c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,10 @@
Wed Dec 5 04:50:17 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
* lib/timeout.rb (Timeout#timeout): set
- async_interrupt_timeing(:on_blocking) by default.
+ async_interrupt_timing(:on_blocking) by default.
[Bug #7503] [ruby-core:50524]
- * test/test_timeout.rb (#test_timeout_blocking): test for the above.
+ * test/test_timeout.rb (test_timeout_blocking): test for the above.
* test/test_timeout.rb (test_timeout_immediate): ditto
* test/test_timeout.rb (test_timeout_immediate2): ditto.