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

ruby-changes:53039

From: kazu <ko1@a...>
Date: Sun, 21 Oct 2018 00:00:09 +0900 (JST)
Subject: [ruby-changes:53039] kazu:r65253 (trunk): NEWS: Fix keywords [ci skip]

kazu	2018-10-21 00:00:02 +0900 (Sun, 21 Oct 2018)

  New Revision: 65253

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

  Log:
    NEWS: Fix keywords [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 65252)
+++ NEWS	(revision 65253)
@@ -270,7 +270,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L270
 
     * Add +:oneshot_lines+ keyword argument to Coverage.start.
 
-    * Add +:stop:+ and +:clear:+ keyword arguments to Coverage.result.
+    * Add +:stop+ and +:clear+ keyword arguments to Coverage.result.
       If +clear+ is true, it clears the counters to zero.
       If +stop+ is true, it disables coverage measurement.
 

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

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