diff --git a/src/Avalonia.Controls/Control.cs b/src/Avalonia.Controls/Control.cs index ab8d17fbdf..c8149fec10 100644 --- a/src/Avalonia.Controls/Control.cs +++ b/src/Avalonia.Controls/Control.cs @@ -146,8 +146,7 @@ namespace Avalonia.Controls /// /// Related to FlowDirection system and returns false as default, so if /// is RTL then control will get a mirror presentation. - /// For controls that want to avoid mirror presentation, it is possible to override - /// this property and return true. + /// For controls that want to avoid this behavior, override this property and return true. /// protected virtual bool BypassFlowDirectionPolicies => false;