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.Buffers/ReadOnlySequence`1.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1074,7 +1074,7 @@
1074
1074
<paramname="position">The current sequence position.</param>
1075
1075
<paramname="memory">A read-only memory span that contains the next segment after <paramrefname="position" />.</param>
1076
1076
<paramname="advance">
1077
-
<seelangword="true" /> if <paramrefname="position" /> should to the beginning of next segment; otherwise, <seelangword="false" />.</param>
1077
+
<seelangword="true" /> if <paramrefname="position" /> should advance to the beginning of the next segment; otherwise, <seelangword="false" />.</param>
1078
1078
<summary>Tries to retrieve the next segment after <paramrefname="position" /> and returns a value that indicates whether the operation succeeded.</summary>
1079
1079
<returns>Returns <seelangword="true" /> if the method returned the next segment, or <seelangword="false" /> if the end of the read-only sequence was reached.</returns>
0 commit comments