aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-27 20:25:49 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-27 20:25:49 +0000
commit743c6edd322d19d5cb7d8342724b2ecc8d5a3146 (patch)
treec8e0e683e5ab80f7c9a8f4cf2413f488e62e87e6 /NEWS
parent0dd9f7cc5cb69e0d6b2a794d282c3ac524094965 (diff)
downloadruby-743c6edd322d19d5cb7d8342724b2ecc8d5a3146.tar.gz
NEWS: fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63276 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 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)