1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2017-12-12 13:07:08 +00:00
parent 6d32595237
commit 1711b54b7b

2
NEWS
View file

@ -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 #corece method internally. Return nil in #coerce if the coercion is
impossible. [Feature #7688]
* Process