Skip to content

Commit 321e9ee

Browse files
author
Greg Van Liew
authored
Merge pull request #109 from peteraritchie/patch-1
Changed '—' to "-- " in full sample file to be compliant XML
2 parents b82bbad + eb19f03 commit 321e9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/customizing-code-coverage-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Included items must then not match any entries in the exclude list to remain inc
279279
<!-- Match attributes on any code element: -->
280280
<Attributes>
281281
<Exclude>
282-
<!Don't forget "Attribute" at the end of the name -->
282+
<!-- Don't forget "Attribute" at the end of the name -->
283283
<Attribute>^System\.Diagnostics\.DebuggerHiddenAttribute$</Attribute>
284284
<Attribute>^System\.Diagnostics\.DebuggerNonUserCodeAttribute$</Attribute>
285285
<Attribute>^System\.Runtime\.CompilerServices.CompilerGeneratedAttribute$</Attribute>

0 commit comments

Comments
 (0)