Skip to content

Commit 7ec7d86

Browse files
Apply suggestions from code review
1 parent d39b6f5 commit 7ec7d86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xml/System.Linq/Enumerable.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
<summary>Applies an accumulator function over a sequence, grouping results by key.</summary>
405405
<returns>An enumerable containing the aggregates corresponding to each key deriving from <paramref name="source" />.</returns>
406406
<remarks>
407-
<para>This method is comparable to the <see cref="M:System.Linq.Enumerable.GroupBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})" /> methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.</para>
407+
This method is comparable to the <see cref="M:System.Linq.Enumerable.GroupBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})" /> methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.
408408
</remarks>
409409
</Docs>
410410
</Member>
@@ -479,7 +479,7 @@
479479
<summary>Applies an accumulator function over a sequence, grouping results by key.</summary>
480480
<returns>An enumerable containing the aggregates corresponding to each key deriving from <paramref name="source" />.</returns>
481481
<remarks>
482-
<para>This method is comparable to the <see cref="M:System.Linq.Enumerable.GroupBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})" /> methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.</para>
482+
This method is comparable to the <see cref="M:System.Linq.Enumerable.GroupBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})" /> methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.
483483
</remarks>
484484
</Docs>
485485
</Member>

xml/System.Linq/Queryable.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
<summary>Applies an accumulator function over a sequence, grouping results by key.</summary>
433433
<returns>An enumerable containing the aggregates corresponding to each key deriving from <paramref name="source" />.</returns>
434434
<remarks>
435-
<para>This method is comparable to the <see cref="M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})" /> methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.</para>
435+
This method is comparable to the <see cref="M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})" /> methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.
436436
</remarks>
437437
</Docs>
438438
</Member>
@@ -507,7 +507,7 @@
507507
<summary>Applies an accumulator function over a sequence, grouping results by key.</summary>
508508
<returns>An enumerable containing the aggregates corresponding to each key deriving from <paramref name="source" />.</returns>
509509
<remarks>
510-
<para>This method is comparable to the <see cref="M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})" /> methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.</para>
510+
This method is comparable to the <see cref="M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})" /> methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.
511511
</remarks>
512512
</Docs>
513513
</Member>

0 commit comments

Comments
 (0)