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)