Skip to content

Commit

Permalink
rephrase following review
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 6, 2022
1 parent 71feed5 commit dacb61f
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 @@ -73,7 +73,7 @@ foo() = nothing
# COV_EXCL_STOP
```

To exclude a single line, add `COV_EXCL_LINE` anywhere:
To exclude a single line, add `COV_EXCL_LINE` on that line:
```julia
const a = 1 # COV_EXCL_LINE
```
Expand Down

0 comments on commit dacb61f

Please sign in to comment.