From 71b86786494c2bb2dd2e441379e92e19f9277df4 Mon Sep 17 00:00:00 2001 From: imaras Date: Sat, 29 Feb 2020 17:44:46 +0100 Subject: [PATCH] Typo fix (#321) --- docfx/articles/overview.md | 2 +- docs/articles/overview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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