aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.