Skip to content

Commit 47a8cb5

Browse files
authored
Fix wrong words (dotnet#8517)
1 parent 7a77a9f commit 47a8cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Windows.Forms/Control.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,8 +1699,8 @@
16991699
<ReturnType>System.Int32</ReturnType>
17001700
</ReturnValue>
17011701
<Docs>
1702-
<summary>Gets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.</summary>
1703-
<value>An <see cref="T:System.Int32" /> representing the distance, in pixels, between the top edge of the control and the top edge of its container's client area.</value>
1702+
<summary>Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.</summary>
1703+
<value>An <see cref="T:System.Int32" /> representing the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.</value>
17041704
<remarks>
17051705
<format type="text/markdown"><![CDATA[
17061706

0 commit comments

Comments
 (0)