summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-26 12:16:25 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-26 12:16:25 +0000
commit61cccab43645dd235025a83f8e845b8da315c472 (patch)
treeafc9ea5929701d161c8a9187a6d880f40b028d74 /NEWS
parent0c289a7f22c434ea34e4dad807ff695d0a00f4e8 (diff)
NEWS: fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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]