diff --git a/xml/System.Buffers/ReadOnlySequence`1.xml b/xml/System.Buffers/ReadOnlySequence`1.xml index 65d13bb914e..2ad97b98e0e 100644 --- a/xml/System.Buffers/ReadOnlySequence`1.xml +++ b/xml/System.Buffers/ReadOnlySequence`1.xml @@ -463,9 +463,9 @@ The of which to get the offset. - Returns the offset of a within this sequence from the start. - The offset from the start of the sequence. - To be added. + Returns the offset of a within this sequence. + The offset in the sequence. + The returned offset is not a zero-based index from the start. To obtain the zero-based index offset, subtract mySequence.GetOffset(mySequence.Start) from the returned offset. The position is out of range.