Skip to content

Commit f30eb5f

Browse files
committed
Fix typeparamref per PR suggestion
1 parent 36bf5ed commit f30eb5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

xml/System.Numerics/Vector`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</Attribute>
5858
</Attributes>
5959
<Docs>
60-
<typeparam name="T">The vector type. <c>T</c> can be any primitive numeric type.</typeparam>
60+
<typeparam name="T">The vector type. <typeparamref name="T" /> can be any primitive numeric type.</typeparam>
6161
<summary>Represents a single vector of a specified numeric type that is suitable for low-level optimization of parallel algorithms.</summary>
6262
<remarks>
6363
<format type="text/markdown"><![CDATA[

xml/System.Runtime.Intrinsics/Vector128`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</Attribute>
3838
</Attributes>
3939
<Docs>
40-
<typeparam name="T">The vector type. <c>T</c> can be any primitive numeric type.</typeparam>
40+
<<typeparam name="T">>The vector type. <typeparamref name="T" /> can be any primitive numeric type.</typeparam>
4141
<summary>Represents a 128-bit vector of a specified numeric type that is suitable for low-level optimization of parallel algorithms.</summary>
4242
<remarks>To be added.</remarks>
4343
</Docs>

xml/System.Runtime.Intrinsics/Vector256`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</Attribute>
3838
</Attributes>
3939
<Docs>
40-
<typeparam name="T">The vector type. <c>T</c> can be any primitive numeric type.</typeparam>
40+
<typeparam name="T">The vector type. <typeparamref name="T" /> can be any primitive numeric type.</typeparam>
4141
<summary>Represents a 256-bit vector of a specified numeric type that is suitable for low-level optimization of parallel algorithms.</summary>
4242
<remarks>To be added.</remarks>
4343
</Docs>

xml/System.Runtime.Intrinsics/Vector64`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</Attribute>
3838
</Attributes>
3939
<Docs>
40-
<typeparam name="T">The vector type. <c>T</c> can be any primitive numeric type.</typeparam>
40+
<typeparam name="T">The vector type. <typeparamref name="T" /> can be any primitive numeric type.</typeparam>
4141
<summary>Represents a 64-bit vector of a specified numeric type that is suitable for low-level optimization of parallel algorithms.</summary>
4242
<remarks>To be added.</remarks>
4343
</Docs>

0 commit comments

Comments
 (0)