From 61cccab43645dd235025a83f8e845b8da315c472 Mon Sep 17 00:00:00 2001 From: stomar Date: Fri, 26 Oct 2018 12:16:25 +0000 Subject: NEWS: fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dc8f772e78..a49416eb17 100644 --- a/NEWS +++ b/NEWS @@ -265,11 +265,11 @@ sufficient information, see the ChangeLog file or Redmine [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] -- cgit v1.2.3