Skip to content

Commit 6465abd

Browse files
authored
Extend description for IsWhiteSpace() for empty spans (#11560) (#11943)
1 parent 1b04073 commit 6465abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/MemoryExtensions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7833,9 +7833,9 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
78337833
</Parameters>
78347834
<Docs>
78357835
<param name="span">The source span.</param>
7836-
<summary>Indicates whether the specified span contains only whitespace characters.</summary>
7836+
<summary>Indicates whether the specified span is empty or contains only whitespace characters.</summary>
78377837
<returns>
7838-
<see langword="true" /> if the span contains only whitespace characters, <see langword="false" /> otherwise.</returns>
7838+
<see langword="true" /> if the span is empty or contains only whitespace characters, <see langword="false" /> otherwise.</returns>
78397839
<remarks>To be added.</remarks>
78407840
</Docs>
78417841
</Member>

0 commit comments

Comments
 (0)