Browse Source

Fix nonsensical comment.

Steven Kirk 6 years ago
parent
commit
cf504b4e08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Avalonia.Controls/Platform/IWindowBaseImpl.cs

+ 1 - 1
src/Avalonia.Controls/Platform/IWindowBaseImpl.cs

@@ -27,7 +27,7 @@ namespace Avalonia.Platform
         void BeginResizeDrag(WindowEdge edge);
 
         /// <summary>
-        /// Gets the position of the window relative in device pixels.
+        /// Gets the position of the window in device pixels.
         /// </summary>
         PixelPoint Position { get; set; }