From d1e5dc2c7b59bbeb0f0de1e56bb905365e326b66 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 25 Apr 2022 22:26:44 +0100 Subject: [PATCH] Remove "returns" wording from xmldoc --- X10D/src/Text/StringExtensions.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) {