diff --git a/xml/System.Runtime.Intrinsics/Vector128.xml b/xml/System.Runtime.Intrinsics/Vector128.xml index cf11168a80d..cf7f4359712 100644 --- a/xml/System.Runtime.Intrinsics/Vector128.xml +++ b/xml/System.Runtime.Intrinsics/Vector128.xml @@ -4514,7 +4514,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8 The type of the elements in the vector. The array from which the vector is created. - The index in at which to being reading elements. + The index in at which to begin reading elements. Creates a new from a given array. A new with its elements set to the first elements from . To be added. diff --git a/xml/System.Runtime.Intrinsics/Vector256.xml b/xml/System.Runtime.Intrinsics/Vector256.xml index ca113f3e16a..769d512b0e5 100644 --- a/xml/System.Runtime.Intrinsics/Vector256.xml +++ b/xml/System.Runtime.Intrinsics/Vector256.xml @@ -4362,7 +4362,7 @@ On x86, this method corresponds to __m256i _mm256_setr_epi8 The type of the elements in the vector. The array from which the vector is created. - The index in at which to being reading elements. + The index in at which to begin reading elements. Creates a new from a given array. A new with its elements set to the first elements from . To be added. diff --git a/xml/System.Runtime.Intrinsics/Vector512.xml b/xml/System.Runtime.Intrinsics/Vector512.xml index bf25814459f..1877ae6007e 100644 --- a/xml/System.Runtime.Intrinsics/Vector512.xml +++ b/xml/System.Runtime.Intrinsics/Vector512.xml @@ -4073,7 +4073,7 @@ The type of the elements in the vector. The array from which the vector is created. - The index in at which to being reading elements. + The index in at which to begin reading elements. Creates a new from a given array. A new vector with its elements set to the first elements from . To be added. diff --git a/xml/System.Runtime.Intrinsics/Vector64.xml b/xml/System.Runtime.Intrinsics/Vector64.xml index 063f5e415e6..70a17b8b23a 100644 --- a/xml/System.Runtime.Intrinsics/Vector64.xml +++ b/xml/System.Runtime.Intrinsics/Vector64.xml @@ -3287,7 +3287,7 @@ On x86, this method corresponds to __m64 _mm_setr_pi8 The type of the elements in the vector. The array from which the vector is created. - The index in at which to being reading elements. + The index in at which to begin reading elements. Creates a new from a given array. A new with its elements set to the first elements from . To be added.