diff --git a/xml/System.Buffers/ReadOnlySequence`1.xml b/xml/System.Buffers/ReadOnlySequence`1.xml
index 85d0abb962f..03c6b323b52 100644
--- a/xml/System.Buffers/ReadOnlySequence`1.xml
+++ b/xml/System.Buffers/ReadOnlySequence`1.xml
@@ -1074,7 +1074,7 @@
The current sequence position.
A read-only memory span that contains the next segment after .
- if should to the beginning of next segment; otherwise, .
+ if should advance to the beginning of the next segment; otherwise, .
Tries to retrieve the next segment after and returns a value that indicates whether the operation succeeded.
Returns if the method returned the next segment, or if the end of the read-only sequence was reached.
To be added.