diff --git a/docfx/articles/overview.md b/docfx/articles/overview.md index aee9be278..bbabe2efa 100644 --- a/docfx/articles/overview.md +++ b/docfx/articles/overview.md @@ -128,7 +128,7 @@ void SetupMyView (View myView) Y = 2, Width = 30, Height = 1 - } + }; myView.Add (username); } ``` diff --git a/docs/articles/overview.html b/docs/articles/overview.html index df75bf79f..af659aba6 100644 --- a/docs/articles/overview.html +++ b/docs/articles/overview.html @@ -165,7 +165,7 @@ the Subviews. You can add a view to an existing view, by calling the Y = 2, Width = 30, Height = 1 - } + }; myView.Add (username); }

The container of a given view is called the SuperView and it is a property of every