Skip to content

Commit 27ef7a3

Browse files
committed
Fix typo: Craete -> Create
1 parent a77726b commit 27ef7a3

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Winforms/ParentMenu/CPP

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/ParentMenu/CPP/form1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public ref class Form1: public System::Windows::Forms::Form
6464
public:
6565
void CreateMyMenuItems()
6666
{
67-
// Craete a main menu object.
67+
// Create a main menu object.
6868
MainMenu^ mainMenu1 = gcnew MainMenu;
6969

7070
// Create three top-level menu items.

0 commit comments

Comments
 (0)