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
{