From 965054963c1c3420fdf450b4da1c7e808a84e0fc Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 17 Dec 2019 11:54:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20XML=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "lower" is exclusive arg --- X10D/ComparableExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X10D/ComparableExtensions.cs b/X10D/ComparableExtensions.cs index f8919d6..c1bad5b 100644 --- a/X10D/ComparableExtensions.cs +++ b/X10D/ComparableExtensions.cs @@ -16,7 +16,7 @@ /// /// The comparable type. /// The value to compare. - /// The inclusive lower bound. + /// The exclusive lower bound. /// The exclusive upper bound. /// Returns if the value is between the bounds, /// otherwise.