summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 15:01:10 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 15:01:10 +0000
commit4ea549e8396c8840783b929288213092d26f3033 (patch)
tree62a8695ce8cffcab1e5c6668d3133ace0f1cfaae /NEWS
parenteccdc515d52393f5b30fc73032b09c41b71acfe7 (diff)
Fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d487bde7d1..87ea8c4ac3 100644
--- a/NEWS
+++ b/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