🧹 Fix typo in Max() xmldoc

This commit is contained in:
Oliver Booth 2021-01-17 13:23:35 +00:00
parent ac8aead71d
commit 3c00899d27
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ namespace X10D.ComparableExtensions
/// <param name="value">The first value.</param> /// <param name="value">The first value.</param>
/// <param name="other">The second value.</param> /// <param name="other">The second value.</param>
/// <typeparam name="T">A type which implements <see cref="IComparable{T}" />.</typeparam> /// <typeparam name="T">A type which implements <see cref="IComparable{T}" />.</typeparam>
/// <returns>G /// <returns>
/// <paramref name="value" /> if <paramref name="value" /> is greater than <paramref name="other" /> /// <paramref name="value" /> if <paramref name="value" /> is greater than <paramref name="other" />
/// -or- /// -or-
/// <paramref name="other" /> otherwise. /// <paramref name="other" /> otherwise.