mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eccdc515d5
commit
4ea549e839
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -99,7 +99,7 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
|
||||
* Integer
|
||||
|
||||
* Integer#step wrongly hid errors from corece method, when
|
||||
* Integer#step wrongly hide errors from coerce method, when
|
||||
a given step value which cannot be compared with #> to 0.
|
||||
[Feature #7688]
|
||||
* Integer#{round,floor,ceil,truncate} always return an Integer.
|
||||
|
@ -132,7 +132,7 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
* Numeric
|
||||
|
||||
* Numerical comparison operators (<,<=,>=,>) no longer hide exceptions
|
||||
from #corece method internally. Return nil in #coerce if the coercion is
|
||||
from #coerce method internally. Return nil in #coerce if the coercion is
|
||||
impossible. [Feature #7688]
|
||||
|
||||
* Process
|
||||
|
|
Loading…
Add table
Reference in a new issue