diff --git a/xml/System.Linq/Enumerable.xml b/xml/System.Linq/Enumerable.xml index 44d9f003d1c..5b5a1b9902f 100644 --- a/xml/System.Linq/Enumerable.xml +++ b/xml/System.Linq/Enumerable.xml @@ -11681,7 +11681,7 @@ If comparer is `null`, the default comparer The type of the elements of . A sequence of values. The value to prepend to . - Adds a value to the beginning of the sequence. + Returns a new sequence that begins with the specified element followed by the elements of the source sequence. A new sequence that begins with .