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:
parent
ac8aead71d
commit
3c00899d27
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user