We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae28f38 + 6ed2c09 commit feceb47Copy full SHA for feceb47
docs/snippets/cpp/VS_Snippets_Winforms/AngleEditor/CPP/angleeditor.cpp
@@ -246,7 +246,7 @@ namespace AngleEditor
246
AngleControl^ angleControl = gcnew AngleControl( *dynamic_cast<double^>(value) );
247
edSvc->DropDownControl( angleControl );
248
249
- // Return the value in the appropraite data format.
+ // Return the value in the appropriate data format.
250
if ( value->GetType() == double::typeid )
251
return angleControl->angle;
252
else
0 commit comments