diff --git a/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs b/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs index 817eb3a25b..b37521de30 100644 --- a/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs +++ b/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs @@ -27,7 +27,7 @@ namespace Avalonia.Platform void BeginResizeDrag(WindowEdge edge); /// - /// Gets the position of the window relative in device pixels. + /// Gets the position of the window in device pixels. /// PixelPoint Position { get; set; }