Skip to content

Commit 122021f

Browse files
Update docs/articles/nunit/writing-tests/constraints/EqualConstraint.md
Co-authored-by: Sean Killeen <[email protected]>
1 parent 35c559e commit 122021f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/articles/nunit/writing-tests/constraints/EqualConstraint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ to indicate the mismatched location in both _expected_ and _actual_ values:
117117

118118
The `IgnoreWhiteSpace` can also be specified when comparing collections of strings.
119119

120-
The characters ignored is the same as for the C# `Char.IsWhiteSpace`.
120+
The characters ignored are the same as for the C# `Char.IsWhiteSpace`.
121121

122122
## Comparing DateTimes and TimeSpans
123123

0 commit comments

Comments
 (0)