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.