瀏覽代碼

Typo fix (#321)

imaras 5 年之前
父節點
當前提交
71b8678649
共有 2 個文件被更改,包括 2 次插入2 次删除
  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,
         Y = 2,
         Width = 30,
         Width = 30,
         Height = 1
         Height = 1
-    }
+    };
     myView.Add (username);
     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,
         Y = 2,
         Width = 30,
         Width = 30,
         Height = 1
         Height = 1
-    }
+    };
     myView.Add (username);
     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
 </code></pre><p>The container of a given view is called the <code>SuperView</code> and it is a property of every