Skip to content

Commit af578ab

Browse files
authored
[src] Fix a typo in xml docs. (#23907)
descritpion -> description
1 parent 69d5ead commit af578ab

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/usernotifications.cs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,8 @@ interface UNNotificationContent : NSCopying, NSMutableCopying, NSSecureCoding {
616616
[Export ("threadIdentifier")]
617617
string ThreadIdentifier { get; }
618618

619-
/// <summary>Gets the notification descritpion.</summary>
620-
/// <value>The notification descritpion.</value>
621-
/// <remarks>To be added.</remarks>
619+
/// <summary>Gets the notification description.</summary>
620+
/// <value>The notification description.</value>
622621
[Unavailable (PlatformName.TvOS)]
623622
[Export ("title")]
624623
string Title { get; }
@@ -744,9 +743,8 @@ interface UNMutableNotificationContent {
744743
[Export ("threadIdentifier")]
745744
string ThreadIdentifier { get; set; }
746745

747-
/// <summary>Gets or sets the notification descritpion.</summary>
748-
/// <value>The notification descritpion.</value>
749-
/// <remarks>To be added.</remarks>
746+
/// <summary>Gets or sets the notification description.</summary>
747+
/// <value>The notification description.</value>
750748
[Unavailable (PlatformName.TvOS)]
751749
[Export ("title")]
752750
string Title { get; set; }

0 commit comments

Comments
 (0)