Skip to content

Commit e6f45b2

Browse files
authored
Fix syntax error
1 parent f30eb5f commit e6f45b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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. <typeparamref name="T" /> 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>

0 commit comments

Comments
 (0)