Skip to content

Commit 65dd96b

Browse files
Fix Vector.As documentation (#8340)
1 parent b003f61 commit 65dd96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Numerics/Vector.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@
238238
<typeparam name="TFrom">The type of the input vector.</typeparam>
239239
<typeparam name="TTo">The type of the vector <paramref name="vector" /> should be reinterpreted as.</typeparam>
240240
<param name="vector">The vector to reinterpret.</param>
241-
<summary>Reinterprets a <see cref="T:System.Runtime.Intrinsics.Vector64`1" /> as a new <see cref="T:System.Runtime.Intrinsics.Vector64`1" />.</summary>
241+
<summary>Reinterprets a <see cref="T:System.Numerics.Vector`1" /> as a new <see cref="T:System.Numerics.Vector`1" />.</summary>
242242
<returns>
243-
<paramref name="vector" /> reinterpreted as a new <see cref="T:System.Runtime.Intrinsics.Vector64`1" />.</returns>
243+
<paramref name="vector" /> reinterpreted as a new <see cref="T:System.Numerics.Vector`1" />.</returns>
244244
<remarks>To be added.</remarks>
245245
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="TFrom" />) or the type of the target (<typeparamref name="TTo" />) is not supported.</exception>
246246
</Docs>

0 commit comments

Comments
 (0)