Skip to content

Commit 52b924a

Browse files
authored
Add missing word (#10995)
1 parent b5a078a commit 52b924a

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
@@ -1074,7 +1074,7 @@
10741074
<param name="position">The current sequence position.</param>
10751075
<param name="memory">A read-only memory span that contains the next segment after <paramref name="position" />.</param>
10761076
<param name="advance">
1077-
<see langword="true" /> if <paramref name="position" /> should to the beginning of next segment; otherwise, <see langword="false" />.</param>
1077+
<see langword="true" /> if <paramref name="position" /> should advance to the beginning of the next segment; otherwise, <see langword="false" />.</param>
10781078
<summary>Tries to retrieve the next segment after <paramref name="position" /> and returns a value that indicates whether the operation succeeded.</summary>
10791079
<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>
10801080
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)