Skip to content

Commit dd7fe5d

Browse files
authored
Document System.MemoryExtensions.Overlaps (#3649)
1 parent 066af96 commit dd7fe5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/MemoryExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2821,7 +2821,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
28212821
<typeparam name="T">The type of elements in the span.</typeparam>
28222822
<param name="span">The first sequence.</param>
28232823
<param name="other">The second sequence.</param>
2824-
<param name="elementOffset">To be added.</param>
2824+
<param name="elementOffset">When the method returns, contains the offset between <paramref name="span" /> and <paramref name="other" />.</param>
28252825
<summary>Determines whether two read-only sequences overlap in memory and outputs the element offset.</summary>
28262826
<returns>
28272827
<see langword="true" /> if the two sequences overlap; otherwise, <see langword="false" />.</returns>

0 commit comments

Comments
 (0)