Skip to content

Commit de19a50

Browse files
committed
fix angle brackets
1 parent bc145b7 commit de19a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Linq/ParallelEnumerable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3951,7 +3951,7 @@
39513951
<Docs>
39523952
<typeparam name="TSource">The type of elements of <paramref name="source" />.</typeparam>
39533953
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
3954-
<param name="source">An OrderedParallelQuery\<TSource> that contains elements to sort.</param>
3954+
<param name="source">An OrderedParallelQuery&lt;TSource&gt; that contains elements to sort.</param>
39553955
<param name="keySelector">A function to extract a key from an element.</param>
39563956
<summary>Groups in parallel the elements of a sequence according to a specified key-selector function.</summary>
39573957
<returns>A sequence of groups that are sorted in descending order according to <typeparamref name="TKey" />.</returns>

0 commit comments

Comments
 (0)