summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-14 14:52:31 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-14 14:52:31 +0900
commit6da539be3ec9e9ba7a45877108d095dcb349cabe (patch)
tree60749a586e19b1dd4944aed35ebaad0d8e6716b0 /doc
parent4f351111b811a7437f8356172a6cc59d8fb37022 (diff)
Fix typos [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-2.6.08
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/NEWS-2.6.0 b/doc/NEWS-2.6.0
index ee0a8c3ff9..e44ee67c60 100644
--- a/doc/NEWS-2.6.0
+++ b/doc/NEWS-2.6.0
@@ -97,7 +97,7 @@ Enumerable::
* Enumerable#to_h now accepts a block that maps elements to new key/value pairs. [Feature #15143]
- Aliased methods::
+ Aliased method::
* Enumerable#filter is a new alias for Enumerable#select. [Feature #13784]
@@ -116,7 +116,7 @@ Enumerator::Chain::
Enumerator::Lazy::
- Aliased methods::
+ Aliased method::
* Enumerator::Lazy#filter is a new alias for
Enumerator::Lazy#select. [Feature #13784]
@@ -165,7 +165,7 @@ IO::
Kernel::
- Aliased methods::
+ Aliased method::
* Kernel#then is a new alias for Kernel#yield_self. [Feature #14594]
@@ -534,7 +534,7 @@ RubyGems::
Set::
- Aliased methods::
+ Aliased method::
* Set#filter! is a new alias for Set#select!. [Feature #13784]