You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Span`1.xml
typo and may be better sentence
* Update xml/System/Span`1.xml
awesome, looks perfect.
Co-authored-by: Carlos Sanchez <[email protected]>
Co-authored-by: Carlos Sanchez <[email protected]>
Copy file name to clipboardExpand all lines: xml/System/Span`1.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -980,7 +980,7 @@ Two <xref:System.Span%601> objects are equal if they have different lengths or i
980
980
<remarks>
981
981
<formattype="text/markdown"><![CDATA[
982
982
983
-
This method performs a heap allocation and therefore should be avoided if possible. It it sometimes necessary when APIs that support <xref:System.Span%601> objects are not available but APIs that work with arrays are.
983
+
This method performs a heap allocation and therefore should be avoided if possible. Heap allocations are expected in APIs that work with arrays. Using such APIs is unavoidable if an alternative API overload that takes a <xref:System.Span%601> does not exist.
0 commit comments