Skip to content

Commit fe2dcf8

Browse files
authored
Merge pull request #10875 from changeworld/patch-7
Fix typo: implented -> implemented
2 parents c82ea8a + f4ba232 commit fe2dcf8

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.Control.PerformLayout/CPP

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.Control.PerformLayout/CPP/form1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using namespace System;
1515
using namespace System::Windows::Forms;
1616
using namespace System::Drawing;
1717

18-
// This custom control has the Layout event implented so that when
18+
// This custom control has the Layout event implemented so that when
1919
// PerformLayout(AffectedControl, AffectedProperty) is called
2020
// on the control, where AffectedProperty equals "Bounds" the
2121
// textbox is centered on the control.

0 commit comments

Comments
 (0)