From efe8be733231e1e6352309ab7553f5c1d902f9c9 Mon Sep 17 00:00:00 2001 From: stomar Date: Wed, 20 Dec 2017 09:31:22 +0000 Subject: [PATCH] NEWS: grammar fixes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 0f1e4b61fd..f532e509f6 100644 --- a/NEWS +++ b/NEWS @@ -336,13 +336,14 @@ with all sufficient information, see the ChangeLog file or Redmine * Update to RDoc 6.0.0. - * Replaced IRB based lexer with Ripper. + * Replace IRB based lexer with Ripper. * https://github.com/ruby/rdoc/pull/512 - * It much improves the speed of generating documents. - * To facilitate supporting new syntax in the future. - * Supported many new syntaxes of Ruby in the past few years. - * Used "frozen_string_literal: true". It reduces documents generation time by 5%. - * Supported did_you_mean. + * This much improves the speed of generating documents. + * It also facilitates supporting new syntax in the future. + * Support many new syntaxes of Ruby from the past few years. + * Use "frozen_string_literal: true". + This reduces document generation time by 5%. + * Support did_you_mean. * Rubygems