From 8f1720b22cc9f6c5e76bdfd9fa2e1cf26fa4b704 Mon Sep 17 00:00:00 2001 From: daniel mayost Date: Tue, 22 Mar 2022 11:27:14 +0200 Subject: [PATCH] typo --- src/Avalonia.Controls/Control.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;