From e859ec430a66ea30379e95afd554fdd13bf1ab5e Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 21 Mar 2025 00:09:49 +1000 Subject: [PATCH] Fix typo in docs for `StringAssert.That` --- src/TestFramework/TestFramework/Assertions/StringAssert.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestFramework/TestFramework/Assertions/StringAssert.cs b/src/TestFramework/TestFramework/Assertions/StringAssert.cs index b4f88415d3..a55c653c4f 100644 --- a/src/TestFramework/TestFramework/Assertions/StringAssert.cs +++ b/src/TestFramework/TestFramework/Assertions/StringAssert.cs @@ -17,7 +17,7 @@ private StringAssert() } /// - /// Gets the singleton instance of the CollectionAssert functionality. + /// Gets the singleton instance of the StringAssert functionality. /// /// /// Users can use this to plug-in custom assertions through C# extension methods.