diff --git a/xml/System.Linq/Enumerable.xml b/xml/System.Linq/Enumerable.xml
index 2df65139394..290a4d597a1 100644
--- a/xml/System.Linq/Enumerable.xml
+++ b/xml/System.Linq/Enumerable.xml
@@ -11623,7 +11623,7 @@ Only unique elements are returned.
An to create a from.
A function to extract a key from each element.
Creates a from an according to a specified key selector function.
- A that contains keys and values.
+ A that contains keys and values. The values within each group are in the same order as in .
A function to extract a key from each element.
An to compare keys.
Creates a from an according to a specified key selector function and key comparer.
- A that contains keys and values.
+ A that contains keys and values. The values within each group are in the same order as in .
The to create a from.
A function to extract a key from each element.
Creates a from an according to a specified key selector function.
- A that contains keys and values.
+ A that contains keys and values. The values within each group are in the same order as in .
A function to extract a key from each element.
An to compare keys.
Creates a from an according to a specified key selector function and key comparer.
- A that contains keys and values.
+ A that contains keys and values. The values within each group are in the same order as in .