Skip to content

Commit 4191f42

Browse files
committed
Merge branch 'updateEqualTo' of https://github.com/nunit/docs into updateEqualTo
2 parents 3a94cbc + 122021f commit 4191f42

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)