aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-19 09:29:29 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-19 09:29:29 +0000
commit4ce02b7baeddb3747c2a91744b50e88a3585c97e (patch)
tree98d301fe4b6999fd4b324e71fa6eb959581379d0 /ChangeLog
parent81f65a9e054ddcdf2d1a8507e516672dd8c7324e (diff)
downloadruby-4ce02b7baeddb3747c2a91744b50e88a3585c97e.tar.gz
ChangeLog: fix filename [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 60a3832738..6daf0b5b53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,7 +58,7 @@ Fri Mar 18 23:41:00 2016 Kenta Murata <mrkn@mrkn.jp>
* numeric.c (Integer#to_f, Fixnum#to_f): move to_f method from Fixnum
to Integer.
- * ext/-test-/integer/my_integer.rb: define helper class for testing
+ * ext/-test-/integer/my_integer.c: define helper class for testing
to_f method for a subclass of Integer.
* ext/-test-/integer/extconf.rb: ditto.