From cda6a58f7d6c45ebef8eb970952983f02c21902c Mon Sep 17 00:00:00 2001 From: danwalmsley Date: Sat, 11 May 2019 21:02:33 +0100 Subject: [PATCH] Update src/Avalonia.Controls/Notifications/Notification.cs improved xml comments Co-Authored-By: Steven Kirk --- src/Avalonia.Controls/Notifications/Notification.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/Notifications/Notification.cs b/src/Avalonia.Controls/Notifications/Notification.cs index 0b442de816..19280f2137 100644 --- a/src/Avalonia.Controls/Notifications/Notification.cs +++ b/src/Avalonia.Controls/Notifications/Notification.cs @@ -10,7 +10,8 @@ namespace Avalonia.Controls.Notifications /// Can be displayed by both and /// /// - /// This notification content type is compatible with native notifications. + /// This class represents a notification that can be displayed either in a window using + /// or by the host operating system (to be implemented). /// public class Notification : INotification {