瀏覽代碼

Merge pull request #1072 from mrboring-forks/spelling-error

Fixed misspelling of scrollview
Charlie Kindel 4 年之前
父節點
當前提交
cbbce244dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/Views/ScrollView.cs

+ 1 - 1
Terminal.Gui/Views/ScrollView.cs

@@ -427,7 +427,7 @@ namespace Terminal.Gui {
 		bool autoHideScrollBars = true;
 		bool autoHideScrollBars = true;
 
 
 		/// <summary>
 		/// <summary>
-		/// Represents the contents of the data shown inside the scrolview
+		/// Represents the contents of the data shown inside the scrollview
 		/// </summary>
 		/// </summary>
 		/// <value>The size of the content.</value>
 		/// <value>The size of the content.</value>
 		public Size ContentSize {
 		public Size ContentSize {