summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-13 10:55:41 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-13 10:55:41 +0000
commitf7fd4cb6c9e0caba827a2c9abab00505f05e58a8 (patch)
tree09fa5def2fda7f53adb6610ce9f6f3b56a0af14f /NEWS
parentc0b6041eb264bc14c6ccc715d26aaec706d4dc52 (diff)
NEWS: typo [DOC] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61208 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 cb5cb1303c..219867832a 100644
--- a/NEWS
+++ b/NEWS
@@ -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.