1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: fix typos

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2018-10-26 12:16:25 +00:00
parent 0c289a7f22
commit 61cccab436

6
NEWS
View file

@ -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]