From 93c8fec04dc368d0e0cc66cf9ebf40bf7e6a9171 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 12 Oct 2016 15:28:05 +0000 Subject: [PATCH] fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55463ff5bf..1cf5cba72c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -163,7 +163,7 @@ Wed Oct 5 01:19:45 2016 NAKAMURA Usaku * internal.h (ST2FIX): new macro to convert st_index_t to Fixnum. a hash value of Object might be Bignum, but it causes many troubles - expecially the Object is used as a key of a hash. so I've gave up + especially the Object is used as a key of a hash. so I've gave up to do so. * array.c (rb_ary_hash): use above macro.