diff --git a/xml/System.Numerics/Vector2.xml b/xml/System.Numerics/Vector2.xml index abd8ecc3f25..c96fcc89494 100644 --- a/xml/System.Numerics/Vector2.xml +++ b/xml/System.Numerics/Vector2.xml @@ -663,7 +663,7 @@ The span of elements to assign to the vector. Constructs a vector from the given . The span must contain at least 2 elements. - To be added. + A new whose elements have the specified values. To be added. diff --git a/xml/System.Numerics/Vector3.xml b/xml/System.Numerics/Vector3.xml index 771619c4b77..3bd12032637 100644 --- a/xml/System.Numerics/Vector3.xml +++ b/xml/System.Numerics/Vector3.xml @@ -709,7 +709,7 @@ The span of elements to assign to the vector. Constructs a vector from the given . The span must contain at least 3 elements. - To be added. + A new whose elements have the specified values. To be added. diff --git a/xml/System.Numerics/Vector4.xml b/xml/System.Numerics/Vector4.xml index 612188b7d88..1a25bfd7ad1 100644 --- a/xml/System.Numerics/Vector4.xml +++ b/xml/System.Numerics/Vector4.xml @@ -757,7 +757,7 @@ The span of elements to assign to the vector. Constructs a vector from the given . The span must contain at least 4 elements. - To be added. + A new whose elements have the specified values. To be added.