summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 15:01:11 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 15:01:11 +0000
commit9982bfd18b793c1eacf28c1b089c4c9e2428f843 (patch)
treeb1b7c828ef7a4f19943e4e30e1d10dcc0bb75564 /NEWS
parent4ea549e8396c8840783b929288213092d26f3033 (diff)
pattern and modulo are not keyword argument [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61178 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 87ea8c4ac3..cb5cb1303c 100644
--- a/NEWS
+++ b/NEWS
@@ -54,7 +54,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Enumerable
- * Enumerable#{any?,all?,none?,one?} accept a :pattern argument [Feature #11286]
+ * Enumerable#{any?,all?,none?,one?} accept a pattern argument [Feature #11286]
* File
@@ -104,7 +104,7 @@ with all sufficient information, see the ChangeLog file or Redmine
[Feature #7688]
* Integer#{round,floor,ceil,truncate} always return an Integer.
[Bug #13420]
- * Integer#pow accepts :modulo argument for calculating modular
+ * Integer#pow accepts modulo argument for calculating modular
exponentiation. [Feature #12508] [Feature #11003]
* New methods: