imaras 5 years ago
parent
commit
71b8678649
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docfx/articles/overview.md
  2. 1 1
      docs/articles/overview.html

+ 1 - 1
docfx/articles/overview.md

@@ -128,7 +128,7 @@ void SetupMyView (View myView)
         Y = 2,
         Width = 30,
         Height = 1
-    }
+    };
     myView.Add (username);
 }
 ```

+ 1 - 1
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);
 }
 </code></pre><p>The container of a given view is called the <code>SuperView</code> and it is a property of every