Browse Source

Update src/Avalonia.Controls/Notifications/NotificationCard.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
ad2b4c5ddf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/Notifications/NotificationCard.cs

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

@ -18,7 +18,7 @@ namespace Avalonia.Controls.Notifications
private bool _isClosing;
/// <summary>
/// Instantiates a new instance of <see cref="NotificationCard"/>.
/// Initializes a new instance of the <see cref="NotificationCard"/> class.
/// </summary>
public NotificationCard()
{

Loading…
Cancel
Save