From 042d6094cb7287dc2b6d1f6facb87e7e904433ed Mon Sep 17 00:00:00 2001 From: danwalmsley Date: Sat, 11 May 2019 21:05:35 +0100 Subject: [PATCH] Update src/Avalonia.Controls/Notifications/INotification.cs improved xml comments Co-Authored-By: Steven Kirk --- src/Avalonia.Controls/Notifications/INotification.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/Notifications/INotification.cs b/src/Avalonia.Controls/Notifications/INotification.cs index ae0ae8f4ea..2c6cb90133 100644 --- a/src/Avalonia.Controls/Notifications/INotification.cs +++ b/src/Avalonia.Controls/Notifications/INotification.cs @@ -16,7 +16,7 @@ namespace Avalonia.Controls.Notifications string Title { get; } /// - /// Gets the Message of the notification. + /// Gets the notification message. /// string Message { get; }