diff --git a/X10D/src/Int16Extensions/Int16Extensions.cs b/X10D/src/Int16Extensions/Int16Extensions.cs
index e340287..5458e3c 100644
--- a/X10D/src/Int16Extensions/Int16Extensions.cs
+++ b/X10D/src/Int16Extensions/Int16Extensions.cs
@@ -57,11 +57,11 @@ namespace X10D
}
///
- /// Returns a value indicating whether the current value is not evenly divisible by 2.
+ /// Returns a value indicating whether the current value is evenly divisible by 2.
///
/// The value whose parity to check.
///
- /// if is not evenly divisible by 2, or
+ /// if is evenly divisible by 2, or
/// otherwise.
///
public static bool IsEven(this short value)