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

ruby-changes:44966

From: nobu <ko1@a...>
Date: Sat, 10 Dec 2016 15:25:30 +0900 (JST)
Subject: [ruby-changes:44966] nobu:r57039 (trunk): Fix grammer [ci skip]

nobu	2016-12-10 15:25:26 +0900 (Sat, 10 Dec 2016)

  New Revision: 57039

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

  Log:
    Fix grammer [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 57038)
+++ NEWS	(revision 57039)
@@ -287,7 +287,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L287
   FIXNUM_P(obj) and RB_TYPE_P(obj, T_BIGNUM).
   RUBY_INTEGER_UNIFICATION can be used to detect this feature at C-level.
   0.class == Integer can be used to detect this feature at Ruby-level.
-  The C-level constants, rb_cFixnum and rb_cBignum, is removed.
+  The C-level constants, rb_cFixnum and rb_cBignum, are removed.
   They can cause compilation failure.
 
 * String/Symbol#upcase/downcase/swapcase/capitalize(!) now work for all of

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

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