1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:25:43 +00:00

🧹 Fix typo in Max() xmldoc

This commit is contained in:
Oliver Booth 2021-01-17 13:23:35 +00:00
parent ac8aead71d
commit 3c00899d27

View File

@ -169,7 +169,7 @@ namespace X10D.ComparableExtensions
/// <param name="value">The first value.</param>
/// <param name="other">The second value.</param>
/// <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" />
/// -or-
/// <paramref name="other" /> otherwise.