Skip to content

Commit 1ba0a58

Browse files
authored
Fix typo in docs for StringAssert.That (#5281)
1 parent bc4cb68 commit 1ba0a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestFramework/TestFramework/Assertions/StringAssert.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private StringAssert()
1717
}
1818

1919
/// <summary>
20-
/// Gets the singleton instance of the CollectionAssert functionality.
20+
/// Gets the singleton instance of the StringAssert functionality.
2121
/// </summary>
2222
/// <remarks>
2323
/// Users can use this to plug-in custom assertions through C# extension methods.

0 commit comments

Comments
 (0)