From 97b06e60a10c7c96430003ea59a3707bfabf9142 Mon Sep 17 00:00:00 2001
From: Radek Zikmund <32671551+rzikm@users.noreply.github.com>
Date: Tue, 20 Aug 2024 16:36:29 +0200
Subject: [PATCH] Fix typo in KeyConveter ctor sumary
---
xml/System.Windows.Input/KeyConverter.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xml/System.Windows.Input/KeyConverter.xml b/xml/System.Windows.Input/KeyConverter.xml
index be942dd17ca..ddf51316fe6 100644
--- a/xml/System.Windows.Input/KeyConverter.xml
+++ b/xml/System.Windows.Input/KeyConverter.xml
@@ -56,7 +56,7 @@
- Initializes a new instance of the class.
+ Initializes a new instance of the class.
To be added.