diff --git a/src/Avalonia.Controls/Notifications/Notification.cs b/src/Avalonia.Controls/Notifications/Notification.cs
index 19280f2137..828e4df899 100644
--- a/src/Avalonia.Controls/Notifications/Notification.cs
+++ b/src/Avalonia.Controls/Notifications/Notification.cs
@@ -6,7 +6,7 @@ using System;
namespace Avalonia.Controls.Notifications
{
///
- /// Implements the INotification interfaces.
+ /// A notification that can be shown in a window or by the host operating system.
/// Can be displayed by both and
///
///