Skip to content

Commit c47fc5f

Browse files
authored
Merge pull request #10928 from changeworld/patch-10
Fix typo: Sring -> String
2 parents 70ea169 + 741f1c6 commit c47fc5f

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)