mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:45:42 +00:00
📚 Fix XML doc
"lower" is exclusive arg
This commit is contained in:
parent
f66c08425f
commit
965054963c
@ -16,7 +16,7 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="T">The comparable type.</typeparam>
|
/// <typeparam name="T">The comparable type.</typeparam>
|
||||||
/// <param name="actual">The value to compare.</param>
|
/// <param name="actual">The value to compare.</param>
|
||||||
/// <param name="lower">The inclusive lower bound.</param>
|
/// <param name="lower">The exclusive lower bound.</param>
|
||||||
/// <param name="upper">The exclusive upper bound.</param>
|
/// <param name="upper">The exclusive upper bound.</param>
|
||||||
/// <returns>Returns <see langword="true"/> if the value is between the bounds, <see langword="false"/>
|
/// <returns>Returns <see langword="true"/> if the value is between the bounds, <see langword="false"/>
|
||||||
/// otherwise.</returns>
|
/// otherwise.</returns>
|
||||||
|
Loading…
Reference in New Issue
Block a user