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.
1 parent a9b003b commit b10e0b0Copy full SHA for b10e0b0
articles/tutorials/building_2d_games/21_customizing_gum_ui/snippets/animatedbutton.cs
@@ -23,7 +23,7 @@ internal class AnimatedButton : Button
23
/// <param name="atlas">The texture atlas containing button graphics and animations</param>
24
public AnimatedButton(TextureAtlas atlas)
25
{
26
- // Each Forms conrol has a general Visual property that
+ // Each Forms control has a general Visual property that
27
// has properties shared by all control types. This Visual
28
// type matches the Forms type. It can be casted to access
29
// controls-specific properties.
0 commit comments