We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b04073 commit 6465abdCopy full SHA for 6465abd
1 file changed
xml/System/MemoryExtensions.xml
@@ -7833,9 +7833,9 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
7833
</Parameters>
7834
<Docs>
7835
<param name="span">The source span.</param>
7836
- <summary>Indicates whether the specified span contains only whitespace characters.</summary>
+ <summary>Indicates whether the specified span is empty or contains only whitespace characters.</summary>
7837
<returns>
7838
- <see langword="true" /> if the span contains only whitespace characters, <see langword="false" /> otherwise.</returns>
+ <see langword="true" /> if the span is empty or contains only whitespace characters, <see langword="false" /> otherwise.</returns>
7839
<remarks>To be added.</remarks>
7840
</Docs>
7841
</Member>
0 commit comments