Skip to content

Commit 6697cd9

Browse files
ericstjgewarren
andauthored
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 3987674 commit 6697cd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Numerics/Matrix4x4.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@
301301
<Parameter Name="value" Type="System.Numerics.Vector4" Index="0" FrameworkAlternate="net-10.0" />
302302
</Parameters>
303303
<Docs>
304-
<param name="value">The value to assign to all 4 rows.</param>
305-
<summary>Creates a <see cref="T:System.Numerics.Matrix4x4" /> whose 4 rows are set to the specified value.</summary>
306-
<returns>A <see cref="T:System.Numerics.Matrix4x4" /> whose 4 rows are set to <paramref name="value" />.</returns>
304+
<param name="value">The value to assign to all four rows.</param>
305+
<summary>Creates a <see cref="T:System.Numerics.Matrix4x4" /> whose four rows are set to the specified value.</summary>
306+
<returns>A <see cref="T:System.Numerics.Matrix4x4" /> whose four rows are set to <paramref name="value" />.</returns>
307307
<remarks>To be added.</remarks>
308308
</Docs>
309309
</Member>
@@ -4563,7 +4563,7 @@
45634563
<Docs>
45644564
<summary>Gets or sets the translation component of this matrix.</summary>
45654565
<value>The translation component of the current instance.</value>
4566-
<remarks>The translation component is stored as first 3 columns of <see cref="P:System.Numerics.Matrix4x4.W" />.</remarks>
4566+
<remarks>The translation component is stored as the first three columns of <see cref="P:System.Numerics.Matrix4x4.W" />.</remarks>
45674567
</Docs>
45684568
</Member>
45694569
<Member MemberName="Transpose">

0 commit comments

Comments
 (0)