From cf504b4e085ede4f43c5c45268de4c304af35efd Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 18 Jan 2019 14:16:07 +0100 Subject: [PATCH] Fix nonsensical comment. --- src/Avalonia.Controls/Platform/IWindowBaseImpl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }