Skip to content

Commit 81c90fb

Browse files
Fix comment examples in README
1 parent 0fed29b commit 81c90fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Any matched classes will not be instrumented or included in the coverage report.
108108

109109
You can also mark sections of code with comments like:
110110

111-
// $COVERAGE:OFF$
111+
// $COVERAGE-OFF$
112112
...
113-
// $COVERAGE:ON$
113+
// $COVERAGE-ON$
114114

115115
Any code between two such comments will not be instrumented or included in the coverage report.
116116

0 commit comments

Comments
 (0)