summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-18 15:38:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-18 15:38:10 +0000
commitb42eeaa7995af803ee3e268163f81b23372dc548 (patch)
treefbac32520dea2dd40ac43edc9763c59b0ab3cf3a
parent7f426ead59184d7776b48399f7f95b2149562125 (diff)
ChangeLog: fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c5c2fc175..b04a376ee2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,7 +45,7 @@ Fri Mar 18 21:57:00 2016 Kenta Murata <mrkn@mrkn.jp>
Fri Mar 18 21:30:00 2016 Kenta Murata <mrkn@mrkn.jp>
- * numeric.c (int_to_s): Move from flo_to_s.
+ * numeric.c (int_to_s): Move from fix_to_s.
* numeric.c (Integer#to_s): Move from Fixnum#to_s.