Skip to content

Commit

Permalink
use the term blcok not branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 2, 2019
1 parent ec2a29a commit 4de15c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Sometimes you might find yourself wanting to ignore uncovered portions of your
codebase. For example, perhaps you run your tests on Linux, but
there's some logic that only executes on Windows.

To ignore lines, branches and functions, use the special comment:
To ignore lines, blocks, and functions, use the special comment:

`/* c8 ignore next */`.

Expand Down

0 comments on commit 4de15c1

Please sign in to comment.