1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: fix typos

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2018-04-27 20:25:49 +00:00
parent 0dd9f7cc5c
commit 743c6edd32

4
NEWS
View file

@ -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)