diff --git a/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.Globalization.cs b/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.Globalization.cs index 9fd5bed5d6aea3..66596fa0e8a155 100644 --- a/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.Globalization.cs +++ b/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.Globalization.cs @@ -385,8 +385,9 @@ public static SpanRuneEnumerator EnumerateRunes(this Span span) /// Returns an enumeration of lines over the provided span. /// /// - /// See the documentation for for more information - /// on how newline sequences are detected. + /// It is recommended that protocol parsers not utilize this API. See the documentation + /// for for more information on how newline + /// sequences are detected. /// public static SpanLineEnumerator EnumerateLines(this ReadOnlySpan span) { @@ -397,8 +398,9 @@ public static SpanLineEnumerator EnumerateLines(this ReadOnlySpan span) /// Returns an enumeration of lines over the provided span. /// /// - /// See the documentation for for more information - /// on how newline sequences are detected. + /// It is recommended that protocol parsers not utilize this API. See the documentation + /// for for more information on how newline + /// sequences are detected. /// public static SpanLineEnumerator EnumerateLines(this Span span) {