Преглед на файлове

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 {