Skip to content

Commit a9ec5b8

Browse files
committed
fix
1 parent 1fffc7d commit a9ec5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static void AreEqual<T>(T? expected, T? actual)
5151
/// </param>
5252
/// <param name="comparer">
5353
/// The <see cref="System.Collections.Generic.IEqualityComparer{T}"/> implementation to use when comparing keys,
54-
/// or null to use the default <see cref="System.Collections.Generic.EqualityComparer{T}"/>./>.
54+
/// or null to use the default <see cref="System.Collections.Generic.EqualityComparer{T}"/>.
5555
/// </param>
5656
/// <exception cref="AssertFailedException">
5757
/// Thrown if <paramref name="expected"/> is not equal to <paramref name="actual"/>.

0 commit comments

Comments
 (0)