Browse Source

Update src/Avalonia.Controls/Notifications/INotification.cs

improved xml comments

Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
pull/2453/head
danwalmsley 7 years ago
committed by GitHub
parent
commit
042d6094cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/Notifications/INotification.cs

2
src/Avalonia.Controls/Notifications/INotification.cs

@ -16,7 +16,7 @@ namespace Avalonia.Controls.Notifications
string Title { get; }
/// <summary>
/// Gets the Message of the notification.
/// Gets the notification message.
/// </summary>
string Message { get; }

Loading…
Cancel
Save