[前][次][番号順一覧][スレッド一覧]

ruby-changes:49240

From: stomar <ko1@a...>
Date: Wed, 20 Dec 2017 18:31:28 +0900 (JST)
Subject: [ruby-changes:49240] stomar:r61355 (trunk): NEWS: grammar fixes

stomar	2017-12-20 18:31:22 +0900 (Wed, 20 Dec 2017)

  New Revision: 61355

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61355

  Log:
    NEWS: grammar fixes

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 61354)
+++ NEWS	(revision 61355)
@@ -336,13 +336,14 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L336
 
   * 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
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]