mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix grammer [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f72be814d9
commit
2dd993072e
1 changed files with 1 additions and 1 deletions
2
NEWS
2
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
|
||||
|
|
Loading…
Reference in a new issue