📚 Fix XML doc

"lower" is exclusive arg
This commit is contained in:
Oliver Booth 2019-12-17 11:54:06 +00:00
parent f66c08425f
commit 965054963c
No known key found for this signature in database
GPG Key ID: 0D7F2EF1C8D2B9C0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
/// </summary>
/// <typeparam name="T">The comparable type.</typeparam>
/// <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>
/// <returns>Returns <see langword="true"/> if the value is between the bounds, <see langword="false"/>
/// otherwise.</returns>