Skip to content

Commit da03fcc

Browse files
Error in docs Vector<128>.WithUpper(..) (dotnet#4611)
* Error in docs Vector<128>.WithUpper(..) * Apply suggestions from gewarren
1 parent 3788112 commit da03fcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Runtime.Intrinsics/Vector128.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,9 +2836,9 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
28362836
<Docs>
28372837
<typeparam name="T">The type of the input vector.</typeparam>
28382838
<param name="vector">The vector to get the lower 64-bits from.</param>
2839-
<param name="value">The value of the upper 64-bits as a <see cref="T:System.Runtime.Intrinsics.Vector64`1" />.</param>
2840-
<summary>Creates a new <see cref="T:System.Runtime.Intrinsics.Vector128`1" /> with the upper 64-bits set to the specified value and the upper 64-bits set to the same value as that in the given vector.</summary>
2841-
<returns>A new <see cref="T:System.Runtime.Intrinsics.Vector128`1" /> with the upper 64-bits set to the specified value and the upper 64-bits set to the same value as that in <paramref name="vector" />.</returns>
2839+
<param name="value">The upper 64-bits.</param>
2840+
<summary>Creates a new <see cref="T:System.Runtime.Intrinsics.Vector128`1" /> with the upper 64-bits set to the specified value and the lower 64-bits set to the same value as that in the given vector.</summary>
2841+
<returns>A new <see cref="T:System.Runtime.Intrinsics.Vector128`1" /> with the upper 64-bits set to the specified value and the lower 64-bits set to those in <paramref name="vector" />.</returns>
28422842
<remarks>To be added.</remarks>
28432843
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
28442844
</Docs>

0 commit comments

Comments
 (0)