Skip to content

Commit 0f2548e

Browse files
Update docs/core/testing/mstest-analyzers/mstest0037.md
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 96e8812 commit 0f2548e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/mstest-analyzers/mstest0037.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are multiple cases where you get this warning:
4848

4949
Using `Assert.IsNull(<expression>)` or `Assert.IsNotNull<expression>` is a better alternative.
5050

51-
In many cases, the better alternative provides better messages when they fail and are also easier to read.
51+
In many cases, the better alternatives provide better messages when they fail and are also easier to read.
5252

5353
## How to fix violations
5454

0 commit comments

Comments
 (0)