Skip to content

Commit e21b1ab

Browse files
committed
Address PR feedback
1 parent f30eb5f commit e21b1ab

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

xml/System.Numerics/Vector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</Base>
3636
<Interfaces />
3737
<Docs>
38-
<summary>Provides a collection of static convenience methods for creating, manipulating, combining, and converting generic vectors.</summary>
38+
<summary>Provides a collection of static methods for creating, manipulating, and otherwise operating on generic vectors.</summary>
3939
<remarks>To be added.</remarks>
4040
</Docs>
4141
<Members>

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. <typeparamref name="T" /> can be any primitive numeric type.</typeparam>
60+
<typeparam name="T">The type of the elements in the vector. <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.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Base>
1919
<Interfaces />
2020
<Docs>
21-
<summary>Provides a collection of static convenience methods for creating, manipulating, combining, and converting generic 128-bit vectors.</summary>
21+
<summary>Provides a collection of static methods for creating, manipulating, and otherwise operating on 128-bit vectors.</summary>
2222
<remarks>To be added.</remarks>
2323
</Docs>
2424
<Members>

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 type of the elements in the vector.</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.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Base>
1919
<Interfaces />
2020
<Docs>
21-
<summary>Provides a collection of static convenience methods for creating, manipulating, combining, and converting generic 256-bit vectors.</summary>
21+
<summary>Provides a collection of static methods for creating, manipulating, and otherwise operating on 256-bit vectors.</summary>
2222
<remarks>To be added.</remarks>
2323
</Docs>
2424
<Members>

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. <typeparamref name="T" /> can be any primitive numeric type.</typeparam>
40+
<typeparam name="T">The type of the elements in the vector.</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.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Base>
1919
<Interfaces />
2020
<Docs>
21-
<summary>Provides a collection of static convenience methods for creating, manipulating, combining, and converting generic 64-bit vectors.</summary>
21+
<summary>Provides a collection of static methods for creating, manipulating, and otherwise operating on 64-bit vectors.</summary>
2222
<remarks>To be added.</remarks>
2323
</Docs>
2424
<Members>

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. <typeparamref name="T" /> can be any primitive numeric type.</typeparam>
40+
<typeparam name="T">The type of the elements in the vector.</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)