summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-20 09:31:22 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-20 09:31:22 +0000
commitefe8be733231e1e6352309ab7553f5c1d902f9c9 (patch)
tree6a0949c2267908d54ada293b44f99d5736bb61e0 /NEWS
parent71e5c125783c1ac85a1c5cea6926473e43fd015c (diff)
NEWS: grammar fixes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files 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