From d2ff14cb9de5ea667ff4a279bb9a6354644ddc10 Mon Sep 17 00:00:00 2001 From: stomar Date: Thu, 2 Nov 2017 20:25:04 +0000 Subject: [PATCH] doc/NEWS-2.4.0: fix grammar and typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS-2.4.0 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/NEWS-2.4.0 b/doc/NEWS-2.4.0 index 1c0bc904e4..28e855cde1 100644 --- a/doc/NEWS-2.4.0 +++ b/doc/NEWS-2.4.0 @@ -140,9 +140,9 @@ with all sufficient information, see the ChangeLog file or Redmine * Regexp#match? [Feature #8110] This returns bool and doesn't save backref. - * Update Onigmo 6.0.0. + * Update to Onigmo 6.0.0. -* Regexp/String: Updated Unicode version from 8.0.0 to 9.0.0 [Feature #12513] +* Regexp/String: Update Unicode version from 8.0.0 to 9.0.0 [Feature #12513] * RubyVM::Env @@ -316,17 +316,17 @@ with all sufficient information, see the ChangeLog file or Redmine * DateTime#to_time now preserves timezone. [Bug #12189] -* PSych +* Psych - * Update Psych 2.2.2 + * Update to Psych 2.2.2 * RDoc - * Update RDoc 5.0.0 + * Update to RDoc 5.0.0 * RubyGems - * Update RubyGems 2.6.8 + * Update to RubyGems 2.6.8 * shellwords