From cd90cf86e7ff39472deab8b9ea775e79de5ef39f Mon Sep 17 00:00:00 2001 From: Genadij Trimailov Date: Thu, 29 Aug 2019 14:40:41 +0200 Subject: [PATCH] copy paste typo --- src/Avalonia.Controls/Button.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/Button.cs b/src/Avalonia.Controls/Button.cs index e7407201c4..d39ea73828 100644 --- a/src/Avalonia.Controls/Button.cs +++ b/src/Avalonia.Controls/Button.cs @@ -423,7 +423,7 @@ namespace Avalonia.Controls } /// - /// Starts listening for the Enter key when the button . + /// Starts listening for the Escape key when the button . /// /// The input root. private void ListenForCancel(IInputElement root)