Skip to content

Commit a6c9f93

Browse files
authored
Add paramref in returns-comment. (dotnet#5334)
1 parent a8769ee commit a6c9f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Linq/Enumerable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12197,7 +12197,7 @@ If `count` is not a positive number, this method returns an empty enumerable col
1219712197
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
1219812198
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Collections.Generic.HashSet`1" /> from.</param>
1219912199
<summary>Creates a <see cref="T:System.Collections.Generic.HashSet`1" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" />.</summary>
12200-
<returns>A <see cref="T:System.Collections.Generic.HashSet`1" /> that contains values of type TSource selected from the input sequence.</returns>
12200+
<returns>A <see cref="T:System.Collections.Generic.HashSet`1" /> that contains values of type <paramref name="TSource" /> selected from the input sequence.</returns>
1220112201
<remarks>To be added.</remarks>
1220212202
</Docs>
1220312203
</Member>

0 commit comments

Comments
 (0)