Skip to content

Commit 3788112

Browse files
Error in docs Vector<256>.WithUpper(..) (dotnet#4610)
1 parent e0f4572 commit 3788112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Runtime.Intrinsics/Vector256.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2753,7 +2753,7 @@ On x86, this method corresponds to __m256i _mm256_setr_epi8
27532753
<typeparam name="T">The type of the input vector.</typeparam>
27542754
<param name="vector">The vector to get the lower 128-bits from.</param>
27552755
<param name="value">The value of the upper 128-bits as a <see cref="T:System.Runtime.Intrinsics.Vector128`1" />.</param>
2756-
<summary>Creates a new <see cref="T:System.Runtime.Intrinsics.Vector256`1" /> with the upper 128-bits set to the specified value and the upper 128-bits set to the same value as that in the given vector.</summary>
2756+
<summary>Creates a new <see cref="T:System.Runtime.Intrinsics.Vector256`1" /> with the upper 128-bits set to the specified value and the lower 128-bits set to the same value as that in the given vector.</summary>
27572757
<returns>A new <see cref="T:System.Runtime.Intrinsics.Vector256`1" /> with the upper 128-bits set to the specified value and the upper 128-bits set to the same value as that in <paramref name="vector" />.</returns>
27582758
<remarks>To be added.</remarks>
27592759
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>

0 commit comments

Comments
 (0)