Skip to content

Commit 8238dc0

Browse files
imba-tjdRon Petrusha
authored andcommitted
Remove meaningless '>' (#2054)
1 parent ebdba11 commit 8238dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/Span`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ Two <xref:System.Span%601> objects are equal if they have different lengths or i
832832
<param name="start">The index at which to begin this slice.</param>
833833
<param name="length">The desired length for the slice.</param>
834834
<summary>Forms a slice out of the current span starting at a specified index for a specified length.</summary>
835-
<returns>&gt;A span that consists of <paramref name="length" /> elements from the current span starting at <paramref name="index" />.</returns>
835+
<returns>A span that consists of <paramref name="length" /> elements from the current span starting at <paramref name="index" />.</returns>
836836
<remarks>To be added.</remarks>
837837
<exception cref="T:System.ArgumentOutOfRangeException">
838838
<paramref name="start" /> or <paramref name="start" /> + <paramref name="index" /> is less than zero or greater than <see cref="T:System.Span`1.Length" />.</exception>
@@ -939,4 +939,4 @@ If `destination` is shorter than the source <xref:System.Span%601>, this method
939939
</Docs>
940940
</Member>
941941
</Members>
942-
</Type>
942+
</Type>

0 commit comments

Comments
 (0)