Skip to content

Commit e26e86b

Browse files
authored
Merge pull request #10934 from changeworld/patch-16
Fix typo: peforms -> performs
2 parents 1579207 + b6845e5 commit e26e86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/IDesignerExample/CPP/testcontrol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public ref class ExampleIDesigner: public System::ComponentModel::Design::IDesig
4141
this->component = component;
4242
}
4343

44-
// This method peforms the 'default' action for the designer. The default action
44+
// This method performs the 'default' action for the designer. The default action
4545
// for a basic IDesigner implementation is invoked when the designer's component
4646
// is double-clicked. By default, a component associated with a basic IDesigner
4747
// implementation is displayed in the design-mode component tray.

0 commit comments

Comments
 (0)