From 0119df4b9395efe79a3e1d97dd744392392363cd Mon Sep 17 00:00:00 2001 From: danwalmsley Date: Sat, 11 May 2019 21:01:20 +0100 Subject: [PATCH] Update src/Avalonia.Controls/Notifications/WindowNotificationManager.cs improve xml comments Co-Authored-By: Steven Kirk --- .../Notifications/WindowNotificationManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs b/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs index 3dffea160d..4b0b4a5c50 100644 --- a/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs +++ b/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs @@ -49,7 +49,7 @@ namespace Avalonia.Controls.Notifications } /// - /// Instantiates a new instance of . + /// Initializes a new instance of the class. /// /// The window that will host the control. public WindowNotificationManager(Window host)