mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:45:41 +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="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.
|
||||||
|
Loading…
Reference in New Issue
Block a user