diff --git a/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs b/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs index 3bfe322b18a3836857e7e3926651bd3896f1c6cd..f321de5ed23d2c5c7347889ab4a14f4d593b4f9a 100644 --- a/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs +++ b/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs @@ -141,7 +141,7 @@ public ReadOnlySpan AsSpan(int start) /// /// The zero-based starting character position in this . /// The number of characters in the span. - /// A with length that begins at + /// A with that begins at /// in this . /// /// or is less than zero, or + is @@ -387,7 +387,7 @@ public bool EndsWith(string text, StringComparison comparisonType) /// /// The zero-based starting character position of a substring in this . /// The number of characters in the substring. - /// A that is equivalent to the substring of length that begins at + /// A that is equivalent to the substring of that begins at /// in this /// /// or is less than zero, or + is @@ -422,7 +422,7 @@ public string Substring(int offset, int length) /// /// The zero-based starting character position of a substring in this . /// The number of characters in the substring. - /// A that is equivalent to the substring of length that begins at in this + /// A that is equivalent to the substring of that begins at in this /// /// or is less than zero, or + is /// greater than .