diff --git a/src/Superpower/Model/TextSpan.cs b/src/Superpower/Model/TextSpan.cs index 5f2c299..c8f0358 100644 --- a/src/Superpower/Model/TextSpan.cs +++ b/src/Superpower/Model/TextSpan.cs @@ -271,7 +271,6 @@ public bool EqualsValueIgnoreCase(string otherValue) return true; } - /// /// Gets the character at the specified index in the text span. ///