From 22a0c088bb74db885dc9285efb33da1db775a08f Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:01:44 -0800 Subject: [PATCH] Add missing word --- xml/System.Buffers/ReadOnlySequence`1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.