diff --git a/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs b/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs index 3f65d9f74e..a5c7c60843 100644 --- a/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs +++ b/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs @@ -62,8 +62,8 @@ namespace Avalonia.Platform Size MaxClientSize { get; } /// - /// Gets the client size of the toplevel. + /// Sets the client size of the toplevel. /// - void Resize(Size size); + void Resize(Size clientSize); } } \ No newline at end of file