Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Buffers/ReadOnlySequence`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@
<param name="position">The current sequence position.</param>
<param name="memory">A read-only memory span that contains the next segment after <paramref name="position" />.</param>
<param name="advance">
<see langword="true" /> if <paramref name="position" /> should to the beginning of next segment; otherwise, <see langword="false" />.</param>
<see langword="true" /> if <paramref name="position" /> should advance to the beginning of the next segment; otherwise, <see langword="false" />.</param>
<summary>Tries to retrieve the next segment after <paramref name="position" /> and returns a value that indicates whether the operation succeeded.</summary>
<returns>Returns <see langword="true" /> if the method returned the next segment, or <see langword="false" /> if the end of the read-only sequence was reached.</returns>
<remarks>To be added.</remarks>
Expand Down