Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0e2c29

Browse files
author
Ron Petrusha
authored
Merge pull request dotnet#2960 from pkulikov/patch-1
Fix typo
2 parents 533a18c + c4aaa25 commit f0e2c29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Drawing/Point.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@
955955
</Parameters>
956956
<Docs>
957957
<param name="value">The <see cref="T:System.Drawing.PointF" /> to convert.</param>
958-
<summary>Converts the specified <see cref="T:System.Drawing.PointF" /> to a <see cref="T:System.Drawing.Point" /> object by rounding the <see cref="T:System.Drawing.Point" /> values to the nearest integer.</summary>
958+
<summary>Converts the specified <see cref="T:System.Drawing.PointF" /> to a <see cref="T:System.Drawing.Point" /> object by rounding the <see cref="T:System.Drawing.PointF" /> values to the nearest integer.</summary>
959959
<returns>The <see cref="T:System.Drawing.Point" /> this method converts to.</returns>
960960
<remarks>To be added.</remarks>
961961
</Docs>
@@ -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)