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.