ruby-changes:56453
From: Kazuhiro <ko1@a...>
Date: Sun, 14 Jul 2019 14:53:04 +0900 (JST)
Subject: [ruby-changes:56453] Kazuhiro NISHIYAMA: 6da539be3e (master): Fix typos [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=6da539be3e From 6da539be3ec9e9ba7a45877108d095dcb349cabe Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Sun, 14 Jul 2019 14:52:31 +0900 Subject: Fix typos [ci skip] diff --git a/doc/NEWS-2.6.0 b/doc/NEWS-2.6.0 index ee0a8c3..e44ee67 100644 --- a/doc/NEWS-2.6.0 +++ b/doc/NEWS-2.6.0 @@ -97,7 +97,7 @@ Enumerable:: https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.6.0#L97 * 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:: https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.6.0#L116 Enumerator::Lazy:: - Aliased methods:: + Aliased method:: * Enumerator::Lazy#filter is a new alias for Enumerator::Lazy#select. [Feature #13784] @@ -165,7 +165,7 @@ IO:: https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.6.0#L165 Kernel:: - Aliased methods:: + Aliased method:: * Kernel#then is a new alias for Kernel#yield_self. [Feature #14594] @@ -534,7 +534,7 @@ RubyGems:: https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.6.0#L534 Set:: - Aliased methods:: + Aliased method:: * Set#filter! is a new alias for Set#select!. [Feature #13784] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/