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

ruby-changes:53162

From: stomar <ko1@a...>
Date: Fri, 26 Oct 2018 21:16:31 +0900 (JST)
Subject: [ruby-changes:53162] stomar:r65376 (trunk): NEWS: fix typos

stomar	2018-10-26 21:16:25 +0900 (Fri, 26 Oct 2018)

  New Revision: 65376

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

  Log:
    NEWS: fix typos

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 65375)
+++ NEWS	(revision 65376)
@@ -265,11 +265,11 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L265
 
 [Coverage]
 
-  An oneshot_lines mode is added.  [Feature #15022]
+  A oneshot_lines mode is added.  [Feature #15022]
   This mode checks "whether each line was executed at least once or not",
   instead of "how many times each line was executed".
-  A hook for each line is fired at most once, and after it is fired,
-  the hook flag was removed, i.e., it runs with zero overhead.
+  A hook for each line is fired at most once, and after it is fired
+  the hook flag is removed, i.e., it runs with zero overhead.
 
   [New options]
 

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

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