Browse Source

Compiler warnings

Nikita Tsukanov 6 years ago
parent
commit
bc219dbe70
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Avalonia.Base/AvaloniaProperty.cs

+ 2 - 2
src/Avalonia.Base/AvaloniaProperty.cs

@@ -549,12 +549,12 @@ namespace Avalonia
         
     }
     /// <summary>
-    /// Class representing the <see cref="UnsetValue"/>.
+    /// Class representing the <see cref="AvaloniaProperty.UnsetValue"/>.
     /// </summary>
     public class UnsetValueType
     {
         /// <summary>
-        /// Returns the string representation of the <see cref="UnsetValue"/>.
+        /// Returns the string representation of the <see cref="AvaloniaProperty.UnsetValue"/>.
         /// </summary>
         /// <returns>The string "(unset)".</returns>
         public override string ToString() => "(unset)";