Skip to content

Commit 663fa6a

Browse files
authored
Fix typo
1 parent 533a18c commit 663fa6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Drawing/Point.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@
10751075
</Parameters>
10761076
<Docs>
10771077
<param name="value">The <see cref="T:System.Drawing.PointF" /> to convert.</param>
1078-
<summary>Converts the specified <see cref="T:System.Drawing.PointF" /> to a <see cref="T:System.Drawing.Point" /> by truncating the values of the <see cref="T:System.Drawing.Point" />.</summary>
1078+
<summary>Converts the specified <see cref="T:System.Drawing.PointF" /> to a <see cref="T:System.Drawing.Point" /> by truncating the values of the <see cref="T:System.Drawing.PointF" />.</summary>
10791079
<returns>The <see cref="T:System.Drawing.Point" /> this method converts to.</returns>
10801080
<remarks>To be added.</remarks>
10811081
</Docs>
@@ -1187,4 +1187,4 @@
11871187
</Docs>
11881188
</Member>
11891189
</Members>
1190-
</Type>
1190+
</Type>

0 commit comments

Comments
 (0)