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)";