diff --git a/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs b/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs index b87c35199a7d55..b94aa277005e6d 100644 --- a/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs +++ b/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs @@ -101,7 +101,6 @@ public static ReadOnlySpan AsSpan(this string? text) /// /// The target string. /// The index at which to begin this slice. - /// Thrown when is null. /// /// Thrown when the specified index is not in range (<0 or >text.Length). ///