Skip to content

Commit a1b9129

Browse files
authored
Fix summary for ImmutableList<T>.Empty (#8148)
Fixes #8129
1 parent 665fe9c commit a1b9129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Immutable/ImmutableList`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
<ReturnType>System.Collections.Immutable.ImmutableList&lt;T&gt;</ReturnType>
563563
</ReturnValue>
564564
<Docs>
565-
<summary>Gets an empty set with the default sort comparer.</summary>
565+
<summary>Gets an empty immutable list.</summary>
566566
<remarks>To be added.</remarks>
567567
</Docs>
568568
</Member>

0 commit comments

Comments
 (0)