From bc219dbe70f67150507f1e771b69ad042787bdc4 Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Sat, 11 May 2019 16:46:18 +0300 Subject: [PATCH] Compiler warnings --- src/Avalonia.Base/AvaloniaProperty.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Avalonia.Base/AvaloniaProperty.cs b/src/Avalonia.Base/AvaloniaProperty.cs index db25de6188..1de5cb06c6 100644 --- a/src/Avalonia.Base/AvaloniaProperty.cs +++ b/src/Avalonia.Base/AvaloniaProperty.cs @@ -549,12 +549,12 @@ namespace Avalonia } /// - /// Class representing the . + /// Class representing the . /// public class UnsetValueType { /// - /// Returns the string representation of the . + /// Returns the string representation of the . /// /// The string "(unset)". public override string ToString() => "(unset)";