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
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
@@ -942,7 +942,7 @@ Two <xref:System.Span%601> objects are equal if they have the same length and th
942
942
<remarks>
943
943
<formattype="text/markdown"><![CDATA[
944
944
945
-
Two <xref:System.Span%601> objects are equal if they have different lengths or if the corresponding elements of `left` and `right` do not point to the same memory.
945
+
Two <xref:System.Span%601> objects are not equal if they have different lengths or if the corresponding elements of `left` and `right` do not point to the same memory.
0 commit comments