ruby-changes:51070
From: stomar <ko1@a...>
Date: Sat, 28 Apr 2018 05:25:59 +0900 (JST)
Subject: [ruby-changes:51070] stomar:r63276 (trunk): NEWS: fix typos
stomar 2018-04-28 05:25:49 +0900 (Sat, 28 Apr 2018) New Revision: 63276 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63276 Log: NEWS: fix typos Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 63275) +++ NEWS (revision 63276) @@ -18,7 +18,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L18 * refinements take place at block passing. [Feature #14223] -* `else` without `rescue` is now causes a syntax error. [EXPERIMENTAL] +* `else` without `rescue` now causes a syntax error. [EXPERIMENTAL] * constant names may start with a non-ASCII capital letter. [Feature #13770] @@ -118,7 +118,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L118 * String - * String#split yields each substrings to the block if given. [Feature #4780] + * String#split yields each substring to the block if given. [Feature #4780] === Stdlib updates (outstanding ones only) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/