Skip to content

Commit 2096db0

Browse files
authored
Fix M24 parameter description (dotnet#5193)
1 parent edbd059 commit 2096db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Numerics/Matrix4x4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<param name="m21">The value to assign to the first element in the second row.</param>
164164
<param name="m22">The value to assign to the second element in the second row.</param>
165165
<param name="m23">The value to assign to the third element in the second row.</param>
166-
<param name="m24">The value to assign to the third element in the second row.</param>
166+
<param name="m24">The value to assign to the fourth element in the second row.</param>
167167
<param name="m31">The value to assign to the first element in the third row.</param>
168168
<param name="m32">The value to assign to the second element in the third row.</param>
169169
<param name="m33">The value to assign to the third element in the third row.</param>

0 commit comments

Comments
 (0)