From 4653a15bda449339d68b39c4b42bbf8c2720fefe Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 1 May 2019 15:15:04 -0400 Subject: [PATCH] Comment --- Terminal.Gui/Views/TextView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Views/TextView.cs b/Terminal.Gui/Views/TextView.cs index 5aec4db4d..b8df144d4 100644 --- a/Terminal.Gui/Views/TextView.cs +++ b/Terminal.Gui/Views/TextView.cs @@ -668,7 +668,7 @@ namespace Terminal.Gui { /// /// Will scroll the view to display the specified row at the top /// - /// Row that should be displayed at the top + /// Row that should be displayed at the top, if the value is negative it will be reset to zero public void ScrollTo (int row) { if (row < 0)