From 2dd993072efcf24cf95ed65d5a021cb73ea8d443 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 10 Dec 2016 06:25:26 +0000 Subject: [PATCH] Fix grammer [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d86df182d4..cf10cd9868 100644 --- a/NEWS +++ b/NEWS @@ -287,7 +287,7 @@ with all sufficient information, see the ChangeLog file or Redmine 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