From a581dc3628c1b23f7da751daaba7d92a1209fe91 Mon Sep 17 00:00:00 2001 From: Alessandro Francesconi Date: Mon, 16 Oct 2023 07:37:32 +0200 Subject: [PATCH] Typo on TextBlock.cs comments (#13255) "FontWeight" is actually "FontStretch" --- src/Avalonia.Controls/TextBlock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/TextBlock.cs b/src/Avalonia.Controls/TextBlock.cs index 827600ed5f..94802d4734 100644 --- a/src/Avalonia.Controls/TextBlock.cs +++ b/src/Avalonia.Controls/TextBlock.cs @@ -53,7 +53,7 @@ namespace Avalonia.Controls TextElement.FontWeightProperty.AddOwner(); /// - /// Defines the property. + /// Defines the property. /// public static readonly StyledProperty FontStretchProperty = TextElement.FontStretchProperty.AddOwner();