From 709f6027f4e6332223a1a84d20af09c47b59c80a Mon Sep 17 00:00:00 2001 From: Maksym Konotop Date: Sun, 19 Oct 2025 23:24:08 +0300 Subject: [PATCH] Extend description for IsWhiteSpace() for empty spans (#11560) --- xml/System/MemoryExtensions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System/MemoryExtensions.xml b/xml/System/MemoryExtensions.xml index 555bbd719a2..3f148a70095 100644 --- a/xml/System/MemoryExtensions.xml +++ b/xml/System/MemoryExtensions.xml @@ -7833,9 +7833,9 @@ Invalid sequences will be represented in the enumeration by The source span. - Indicates whether the specified span contains only whitespace characters. + Indicates whether the specified span is empty or contains only whitespace characters. - if the span contains only whitespace characters, otherwise. + if the span is empty or contains only whitespace characters, otherwise. To be added.