summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
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]