diff --git a/X10D/src/Text/StringExtensions.cs b/X10D/src/Text/StringExtensions.cs
index 761016b..3d38611 100644
--- a/X10D/src/Text/StringExtensions.cs
+++ b/X10D/src/Text/StringExtensions.cs
@@ -58,8 +58,7 @@ public static class StringExtensions
///
/// The input string.
///
- /// Returns if all alpha characters are lowercase,
- /// otherwise.
+ /// if all alpha characters in this string are lowercase; otherwise, .
///
public static bool IsLower(this string value)
{
@@ -140,8 +139,7 @@ public static class StringExtensions
///
/// The input string.
///
- /// Returns if all alpha characters are uppercase,
- /// otherwise.
+ /// if all alpha characters in this string are uppercase; otherwise, .
///
public static bool IsUpper(this string value)
{