Skip to content

Commit

Permalink
Correct invalid XML documentation on NotSame match
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverzick committed Dec 11, 2020
1 parent 8b0d929 commit 834dd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Delizious.Toolkit/Match.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static Match<T> Same<T>([NotNull] T reference) where T : class
/// </param>
/// <returns>
/// A new <see cref="Match{T}"/> instance that matches successfully when a value to match is not the same instance as the specified <paramref name="reference"/> value.
/// </returns
/// </returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="reference"/> is <c>null</c>. When matching an instance to be a non-<c>null</c> reference use <see cref="NotNull{T}"/> instead.
/// </exception>
Expand Down

0 comments on commit 834dd91

Please sign in to comment.