Skip to content

Commit f4ba232

Browse files
committed
Fix typo: implented -> implemented
1 parent ca2e738 commit f4ba232

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)