File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -619,7 +619,7 @@ The garbage collector will not move the memory until the returned <xref:System.B
619
619
<returns >An object that contains all elements of the current instance from <paramref name =" start" /> to the end of the instance. </returns >
620
620
<remarks >To be added.</remarks >
621
621
<exception cref =" T:System.ArgumentOutOfRangeExceptionException" >
622
- <paramref name =" start" /> is less than zero or greater than or equal to <see cref =" P:System.Memory`1.Length" />. </exception >
622
+ <paramref name =" start" /> is less than zero or greater than <see cref =" P:System.Memory`1.Length" />. </exception >
623
623
</Docs >
624
624
</Member >
625
625
<Member MemberName =" Slice" >
@@ -686,7 +686,7 @@ The garbage collector will not move the memory until the returned <xref:System.B
686
686
<returns >An object that contains <paramref name =" length" /> elements from the current instance starting at <paramref name =" start" />. </returns >
687
687
<remarks >To be added.</remarks >
688
688
<exception cref =" T:System.ArgumentOutOfRangeExceptionException" >
689
- <paramref name =" start" /> is less than zero or greater than or equal to <see cref =" P:System.Memory`1.Length" />.
689
+ <paramref name =" start" /> is less than zero or greater than <see cref =" P:System.Memory`1.Length" />.
690
690
691
691
-or-
692
692
Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ A `ReadOnlySpan<T>` instance is often used to reference the elements of an array
783
783
<returns >A read-only span that consists of <paramref name =" length" /> elements from the current span starting at <paramref name =" index" />.</returns >
784
784
<remarks >To be added.</remarks >
785
785
<exception cref =" T:System.ArgumentOutOfRangeException" >
786
- <paramref name =" start" /> is less than zero or greater than or equal to <see cref =" T:System.Span`1.Length" />.</exception >
786
+ <paramref name =" start" /> is less than zero or greater than <see cref =" T:System.Span`1.Length" />.</exception >
787
787
</Docs >
788
788
</Member >
789
789
<Member MemberName =" ToArray" >
Original file line number Diff line number Diff line change @@ -922,7 +922,7 @@ Two <xref:System.Span%601> objects are equal if they have different lengths or i
922
922
<returns >A span that consists of all elements of the current span from <paramref name =" index" /> to the end of the span.</returns >
923
923
<remarks >To be added.</remarks >
924
924
<exception cref =" T:System.ArgumentOutOfRangeException" >
925
- <paramref name =" index " /> is less than zero or greater than or equal to <see cref =" T:System.Span`1.Length" />.</exception >
925
+ <paramref name =" start " /> is less than zero or greater than <see cref =" T:System.Span`1.Length" />.</exception >
926
926
</Docs >
927
927
</Member >
928
928
<Member MemberName =" Slice" >
You can’t perform that action at this time.
0 commit comments