[前][次][番号順一覧][スレッド一覧]

ruby-changes:44336

From: kazu <ko1@a...>
Date: Thu, 13 Oct 2016 00:45:18 +0900 (JST)
Subject: [ruby-changes:44336] kazu:r56406 (trunk): fix a typo [ci skip]

kazu	2016-10-13 00:28:05 +0900 (Thu, 13 Oct 2016)

  New Revision: 56406

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56406

  Log:
    fix a typo [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 56405)
+++ ChangeLog	(revision 56406)
@@ -163,7 +163,7 @@ Wed Oct  5 01:19:45 2016  NAKAMURA Usaku https://github.com/ruby/ruby/blob/trunk/ChangeLog#L163
 
 	* 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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]