From 743c6edd322d19d5cb7d8342724b2ecc8d5a3146 Mon Sep 17 00:00:00 2001 From: stomar Date: Fri, 27 Apr 2018 20:25:49 +0000 Subject: [PATCH] NEWS: fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f8131b2988..7a67831c2c 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,7 @@ with all sufficient information, see the ChangeLog file or Redmine * 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 ChangeLog file or Redmine * 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)