diff --git a/src/notification.coffee b/src/notification.coffee index c76a7adf1..697587af6 100644 --- a/src/notification.coffee +++ b/src/notification.coffee @@ -64,8 +64,8 @@ class Notification and @getType() is other.getType() \ and @getDetail() is other.getDetail() - # Extended: Dismisses the notification, removing it from the UI. This will call all callbacks - # added via `onDidDismiss`. + # Extended: Dismisses the notification, removing it from the UI. Calling this programmatically + # will call all callbacks added via `onDidDismiss`. dismiss: -> return unless @isDismissable() and not @isDismissed() @dismissed = true