From fb0be60029ba0fcda8b56543bde49e12e0b85b72 Mon Sep 17 00:00:00 2001 From: danwalmsley Date: Sat, 11 May 2019 20:59:26 +0100 Subject: [PATCH] Update src/Avalonia.Controls/Notifications/Notification.cs consistent xml comments Co-Authored-By: Steven Kirk --- src/Avalonia.Controls/Notifications/Notification.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/Notifications/Notification.cs b/src/Avalonia.Controls/Notifications/Notification.cs index b488d3a487..0b442de816 100644 --- a/src/Avalonia.Controls/Notifications/Notification.cs +++ b/src/Avalonia.Controls/Notifications/Notification.cs @@ -15,7 +15,7 @@ namespace Avalonia.Controls.Notifications public class Notification : INotification { /// - /// Instantiates an instance of + /// Initializes a new instance of the class. /// /// The title of the notification. /// The message to be displayed in the notification.