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

NEWS: typo [DOC] [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
sorah 2017-12-13 10:55:41 +00:00
parent c0b6041eb2
commit f7fd4cb6c9

2
NEWS
View file

@ -99,7 +99,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Integer
* Integer#step wrongly hide errors from coerce method, when
* Integer#step wrongly hid 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.