aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-12 15:28:06 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-12 15:28:06 +0000
commitc58943045dffb86c3bdbfdad809e517a7182fc29 (patch)
treec6a704ce5685fd99110f4f541faf39f5a215d557 /ChangeLog
parentfe9416a0b6367a16319c76bd797dfe3a266179a7 (diff)
downloadruby-c58943045dffb86c3bdbfdad809e517a7182fc29.tar.gz
Fix typo [ci skip]
Replace "You can defined hooked variables" with "You can define hooked variables" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cf5cba72c..06407259d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 13 00:21:27 2016 Simon Soriano <simon0191@gmail.com>
+
+ * doc/extension.rdoc: Replace "You can defined hooked variables"
+ with "You can define hooked variables". [Fix GH-1460]
+
Wed Oct 12 21:05:50 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* ruby.c (open_load_file): revert r56385. it introduced incompatibility