aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-10 06:25:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-10 06:25:26 +0000
commitdcedf4b160a96dfcbe4ebe3c2f04d45658125bcc (patch)
tree48ed5dc5725e1b076859b50e8e4b9d9dce71b11e /NEWS
parent848d3a3538469c8fc2849f0079d2db3e4bc40c9f (diff)
downloadruby-dcedf4b160a96dfcbe4ebe3c2f04d45658125bcc.tar.gz
Fix grammer [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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