Skip to content

Commit 741f1c6

Browse files
committed
Fix typo: Sring -> String
1 parent a065e46 commit 741f1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/ComboBox/CPP/comboboxcomplex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public ref class Win32Form1: public System::Windows::Forms::Form
7373
this->label2->Location = System::Drawing::Point( 0, 40 );
7474
this->label2->Size = System::Drawing::Size( 48, 24 );
7575
this->label2->TabIndex = 7;
76-
this->label2->Text = "Sring 1";
76+
this->label2->Text = "String 1";
7777
this->label2->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
7878
this->label3->Location = System::Drawing::Point( 0, 72 );
7979
this->label3->Size = System::Drawing::Size( 48, 23 );

0 commit comments

Comments
 (0)