diff --git a/xml/System.Buffers/SequenceReader`1.xml b/xml/System.Buffers/SequenceReader`1.xml
index f5eb4d93f78..cda5104f27b 100644
--- a/xml/System.Buffers/SequenceReader`1.xml
+++ b/xml/System.Buffers/SequenceReader`1.xml
@@ -549,7 +549,7 @@
The delimiters to search for.
- >see langword="true" /> to move past the first instance of any of the given ; to not move past the delimiter.
+ to move past the first instance of any of the given ; to not move past the delimiter.
Searches for any of a number of specified delimiters and optionally advances past the first one to be found.
if any of the given was found.
To be added.
@@ -782,7 +782,7 @@ This method copies a fixed amount of data out of the sequence if possible. It do
When the method returns, contains the data read, if any.
The delimiter to look for.
- >A value that indicates that an immediately following is to be skipped.
+ A value that indicates that an immediately following is to be skipped.
to move past the if found.
Tries to read everything up to the given , ignoring delimiters that are preceded by .
if the was found; otherwise, .
diff --git a/xml/System.Globalization/ISOWeek.xml b/xml/System.Globalization/ISOWeek.xml
index 400b9f55920..c1e357b9022 100644
--- a/xml/System.Globalization/ISOWeek.xml
+++ b/xml/System.Globalization/ISOWeek.xml
@@ -18,7 +18,7 @@
- >Provides static members to support the ISO week date that is part of the ISO 8601 date and time standard issued by the International Organization for Standardization (ISO).
+ Provides static members to support the ISO week date that is part of the ISO 8601 date and time standard issued by the International Organization for Standardization (ISO).
To be added.
@@ -214,4 +214,4 @@
-
\ No newline at end of file
+
diff --git a/xml/System/ReadOnlySpan`1+Enumerator.xml b/xml/System/ReadOnlySpan`1+Enumerator.xml
index 3f848621e78..bb11045499c 100644
--- a/xml/System/ReadOnlySpan`1+Enumerator.xml
+++ b/xml/System/ReadOnlySpan`1+Enumerator.xml
@@ -28,7 +28,11 @@
Provides an enumerator for the elements of a .
- . At this position, is undefined. You must call to advance the enumerator to the first item in the before reading the value of .
@@ -42,7 +46,9 @@ Unlike some other enumerator structures in .NET, the or interface. This is because is a [ref struct](~/docs/csharp/language-reference/keywords/ref.md#ref-struct-types) and cannot be boxed.
-- Does not include a `Reset` method, which can set the enumerator to its initial position before the first element in the span. (The method must be implemented as part of the interface, but most implementors either throw an exception or provide no implementation.)]]>
+- Does not include a `Reset` method, which can set the enumerator to its initial position before the first element in the span. (The method must be implemented as part of the interface, but most implementors either throw an exception or provide no implementation.)
+
+]]>
@@ -74,13 +80,19 @@ Unlike some other enumerator structures in .NET, the Gets a reference to the item at the current position of the enumerator.
The element in the at the current position of the enumerator.
- must be called to advance the enumerator to the first element of the span before reading the value of `Current`.
- The last call to returned `false`, which indicates the end of the span.
-`Current` returns the same value until is called. sets `Current` to the next item in the span.]]>
+`Current` returns the same value until is called. sets `Current` to the next item in the span.
+
+]]>
@@ -106,13 +118,19 @@ Unlike some other enumerator structures in .NET, the
Advances the enumerator to the next item of the .
- `true` if the enumerator successfully advanced to the next item; `false` if the end of the span has been passed.
+ if the enumerator successfully advanced to the next item; if the end of the span has been passed.
-
+]]>
-
\ No newline at end of file
+
diff --git a/xml/System/Span`1+Enumerator.xml b/xml/System/Span`1+Enumerator.xml
index 049d5fd767c..ea5bfed19c8 100644
--- a/xml/System/Span`1+Enumerator.xml
+++ b/xml/System/Span`1+Enumerator.xml
@@ -52,7 +52,7 @@ Unlike some other enumerator structures in .NET, the method must be implemented as part of the interface, but most implementors either throw an exception or provide no implementation.)
- ]]>
+]]>
@@ -89,7 +89,7 @@ Unlike some other enumerator structures in .NET, the is called. sets `Current` to the next item in the span.
- ]]>
+]]>
@@ -115,7 +115,7 @@ Unlike some other enumerator structures in .NET, the
Advances the enumerator to the next item of the .
- `true` if the enumerator successfully advanced to the next item; `false` if the end of the span has been passed.
+ if the enumerator successfully advanced to the next item; if the end of the span has been passed.
+]]>
-
\ No newline at end of file
+