diff --git a/src/Avalonia.Controls/TextBox.cs b/src/Avalonia.Controls/TextBox.cs
index b8a141eb5b..b6da36d1cb 100644
--- a/src/Avalonia.Controls/TextBox.cs
+++ b/src/Avalonia.Controls/TextBox.cs
@@ -488,7 +488,8 @@ namespace Avalonia.Controls
}
///
- /// Gets or sets the maximum number of visible lines.
+ /// Gets or sets the maximum number of characters that the can accept.
+ /// This constraint only applies for manually entered (user-inputted) text.
///
public int MaxLength
{
@@ -497,7 +498,7 @@ namespace Avalonia.Controls
}
///
- /// Gets or sets the maximum number of lines the TextBox can contain
+ /// Gets or sets the maximum number of visible lines to size to.
///
public int MaxLines
{