소스 검색

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;
 
 		/// <summary>
-		/// Represents the contents of the data shown inside the scrolview
+		/// Represents the contents of the data shown inside the scrollview
 		/// </summary>
 		/// <value>The size of the content.</value>
 		public Size ContentSize {