From fb12f40f21d91327e57d96fe415addbcfd912e9a Mon Sep 17 00:00:00 2001 From: mrkn Date: Sat, 19 Mar 2016 16:51:27 +0000 Subject: [PATCH] ChangeLog: fix typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 67f123c8a8..775a42bbf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,7 +13,7 @@ Sat Mar 19 21:56:23 2016 Nobuyoshi Nakada Sat Mar 19 21:53:35 2016 Nobuyoshi Nakada - * 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