1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ChangeLog: fix typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-03-18 15:38:10 +00:00
parent 7f426ead59
commit b42eeaa799

View file

@ -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.