diff --git a/xml/System.Linq/Enumerable.xml b/xml/System.Linq/Enumerable.xml index 1112ffe880b..eb39981631a 100644 --- a/xml/System.Linq/Enumerable.xml +++ b/xml/System.Linq/Enumerable.xml @@ -12608,12 +12608,12 @@ Only unique elements are returned. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The type of the elements of the first input sequence. + The type of the elements of the second input sequence. + The first sequence to merge. + The second sequence to merge. + Produces a sequence of tuples with elements from the two specified sequences. + A sequence of tuples with elements taken from the first and second sequences, in that order. To be added. diff --git a/xml/System.Linq/Queryable.xml b/xml/System.Linq/Queryable.xml index 73d8aeb6041..0be9455df85 100644 --- a/xml/System.Linq/Queryable.xml +++ b/xml/System.Linq/Queryable.xml @@ -8297,12 +8297,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The type of the elements of the first input sequence. + The type of the elements of the second input sequence. + The first sequence to merge. + The second sequence to merge. + Produces a sequence of tuples with elements from the two specified sequences. + A sequence of tuples with elements taken from the first and second sequences, in that order. To be added.