Skip to content

Commit 448a89a

Browse files
authored
Update xml/System.Buffers/ReadOnlySequence`1.xml
1 parent af54749 commit 448a89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Buffers/ReadOnlySequence`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
<param name="position">The <see cref="T:System.SequencePosition" /> of which to get the offset.</param>
466466
<summary>Returns the offset of a <paramref name="position" /> within this sequence.</summary>
467467
<returns>The offset in the sequence.</returns>
468-
<remarks>The returned offset is not a zero-based index from the start. Subtract <code>mySequence.GetOffset(mySequence.Start)</code> from the returned offset to obtain the zero-based index offset.</remarks>
468+
<remarks>The returned offset is not a zero-based index from the start. To obtain the zero-based index offset, subtract <code>mySequence.GetOffset(mySequence.Start)</code> from the returned offset.</remarks>
469469
<exception cref="T:System.ArgumentOutOfRangeException">The position is out of range.</exception>
470470
</Docs>
471471
</Member>

0 commit comments

Comments
 (0)