Skip to content

Commit 5e3a44f

Browse files
CopilotEvangelink
andauthored
Add missing comma after "for example" introductory phrase (#50980)
* Initial plan * Add missing comma after "for example" on line 450 Co-authored-by: Evangelink <11340282+Evangelink@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Evangelink <11340282+Evangelink@users.noreply.github.com>
1 parent d8205ae commit 5e3a44f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/core/testing/unit-testing-mstest-writing-tests-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ public class TestClass
449449

450450
## Attributes used to provide initialization and cleanups
451451

452-
Setup and cleanup that is common to multiple tests can be extracted to a separate method, and marked with one of the attributes listed below, to run it at appropriate time, for example before every test. For more information, see [Anatomy of a unit test](/previous-versions/ms182517(v=vs.110)).
452+
Setup and cleanup that is common to multiple tests can be extracted to a separate method, and marked with one of the attributes listed below, to run it at appropriate time, for example, before every test. For more information, see [Anatomy of a unit test](/previous-versions/ms182517(v=vs.110)).
453453

454454
### Assembly level
455455

0 commit comments

Comments
 (0)