Bug 1789390 - Pre: Comment cleanup. r=nalexander

Differential Revision: https://phabricator.services.mozilla.com/D157180
This commit is contained in:
Nicholas Rishel 2022-09-14 00:42:43 +00:00
Родитель 34abb4765b
Коммит 2a42dfc9b5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -63,8 +63,8 @@ interface nsIAlertAction : nsISupports
* we request Windows to process `action`. At the time of writing, Windows
* recognizes the following actions:
*
* - `action="dismiss"` dismisses the alert entirely;
* - "action="snooze"` snoozes the alert, generally making it disappear before
* - `action="dismiss"` dismisses the alert entirely.
* - `action="snooze"` snoozes the alert, generally making it disappear before
* reappearing a Windows-determined amount of time later.
*
* On non-Windows, this field is ignored.