Skip to content

Commit 1443692

Browse files
authored
Miscellaneous improvements (#7348)
1 parent 728512f commit 1443692

File tree

6 files changed

+161
-158
lines changed

6 files changed

+161
-158
lines changed

xml/Microsoft.Extensions.Primitives/StringValues.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ In application code, this field is most commonly used to safely represent a <xre
711711
<param name="value">The <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to test.</param>
712712
<summary>Indicates whether the specified <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> contains no string values.</summary>
713713
<returns>
714-
<see langword="true" /> if <paramref name="value">value</paramref> contains a single <see langword="null" /> string or empty array; otherwise, <see langword="false" />.</returns>
714+
<see langword="true" /> if <paramref name="value" /> contains a single <see langword="null" /> string or empty array; otherwise, <see langword="false" />.</returns>
715715
<remarks>To be added.</remarks>
716716
</Docs>
717717
</Member>

0 commit comments

Comments
 (0)