Skip to content

Commit 07721a8

Browse files
committed
Fix some pre-existing warnings on unresolvable xrefs
1 parent e16eca7 commit 07721a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Numerics/Vector.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,7 +2280,7 @@ Note that this method returns a <xref:System.Single> instead of an integral type
22802280
</Parameters>
22812281
<Docs>
22822282
<param name="value">The vector to convert.</param>
2283-
<summary>Converts a <see cref="T:System.Numerics.Vector{System.Double}" /> to a <see cref="T:System.Numerics.Vector{System.Int64}" /> using platform specific behavior on overflow.</summary>
2283+
<summary>Converts a <see langword="System.Numerics.Vector&lt;System.Double&gt;" /> to a <see langword="System.Numerics.Vector&lt;System.Int64&gt;" /> using platform specific behavior on overflow.</summary>
22842284
<returns>The converted vector.</returns>
22852285
<remarks>To be added.</remarks>
22862286
</Docs>
@@ -2440,7 +2440,7 @@ Note that this method returns a <xref:System.Single> instead of an integral type
24402440
</Parameters>
24412441
<Docs>
24422442
<param name="value">The vector to convert.</param>
2443-
<summary>Converts a <see cref="T:System.Numerics.Vector{System.Single}" /> to a <see cref="T:System.Numerics.Vector{System.UInt32}" /> using platform specific behavior on overflow.</summary>
2443+
<summary>Converts a <see langword="System.Numerics.Vector&lt;System.Single&gt;" /> to a <see langword="System.Numerics.Vector&lt;System.UInt32&gt;" /> using platform specific behavior on overflow.</summary>
24442444
<returns>The converted vector.</returns>
24452445
<remarks>To be added.</remarks>
24462446
</Docs>
@@ -2518,7 +2518,7 @@ Note that this method returns a <xref:System.Single> instead of an integral type
25182518
</Parameters>
25192519
<Docs>
25202520
<param name="value">The vector to convert.</param>
2521-
<summary>Converts a <see cref="T:System.Numerics.Vector{System.Double}" /> to a <see cref="T:System.Numerics.Vector{System.UInt64}" /> using platform specific behavior on overflow.</summary>
2521+
<summary>Converts a <see langword="System.Numerics.Vector&lt;System.Double&gt;" /> to a <see langword="System.Numerics.Vector&lt;System.UInt64&gt;" /> using platform specific behavior on overflow.</summary>
25222522
<returns>The converted vector.</returns>
25232523
<remarks>To be added.</remarks>
25242524
</Docs>

0 commit comments

Comments
 (0)