diff --git a/xml/System.Collections.Immutable/ImmutableArray`1.xml b/xml/System.Collections.Immutable/ImmutableArray`1.xml index 6ab26efffe6..42680a9ac6f 100644 --- a/xml/System.Collections.Immutable/ImmutableArray`1.xml +++ b/xml/System.Collections.Immutable/ImmutableArray`1.xml @@ -309,7 +309,7 @@ To be added. - Initializes a new instance of the struct by casting the underlying array to an array of type . + Initializes a new instance of the struct by casting the underlying array to an array of type . To be added. To be added. Thrown if the cast is illegal. @@ -2749,7 +2749,7 @@ The index. Gets or sets the at the specified index. - To be added. + The object at the specified index. To be added. Always thrown from the setter. Thrown if the property returns true. diff --git a/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml b/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml index f18a069dd6a..e1e75a980bd 100644 --- a/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml +++ b/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml @@ -2109,7 +2109,7 @@ The index. Gets or sets the at the specified index. - To be added. + The object at the specified index. To be added.