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@54198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2016-03-19 16:51:27 +00:00
parent 9592252755
commit fb12f40f21

View file

@ -13,7 +13,7 @@ Sat Mar 19 21:56:23 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sat Mar 19 21:53:35 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* numeric.c (fix_cmp): invert the result as the comarison is
* numeric.c (fix_cmp): invert the result as the comparison is
inverted.
Sat Mar 19 18:32:00 2016 Kenta Murata <mrkn@mrkn.jp>