aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-26 15:00:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-26 15:00:23 +0000
commitb90450d37c46036faf3a6354719b5b5708de4dcc (patch)
tree2617fe2e4baee5c03bae5a4419bcf1501b7f169e /ChangeLog
parentbef7ff9c7468f64382a141cdffdb34b33894f43c (diff)
downloadruby-b90450d37c46036faf3a6354719b5b5708de4dcc.tar.gz
insns.def: fix typo
* insns.def (defineclass): fix typo in the instruction comment. [fix GH-618] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46149 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 d8e3f2b2b3..1bafb70ef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 27 00:00:21 2014 yui-knk <spiketeika@gmail.com>
+
+ * insns.def (defineclass): fix typo in the instruction comment.
+ [fix GH-618]
+
Mon May 26 16:33:15 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_file.rb: skip the test of atime on Windows, because