From acb6a87ca45e9877262dc56f8c69350b6acecf96 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Tue, 6 Aug 2024 16:09:24 -0700 Subject: [PATCH] fix comment --- emain/updater.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emain/updater.ts b/emain/updater.ts index 3c9013dc1..828c17b3f 100644 --- a/emain/updater.ts +++ b/emain/updater.ts @@ -86,7 +86,7 @@ export class Updater { } /** - * Checks if an hour has passed since the last update check, and if so, checks for updates using the `autoUpdater` object + * Checks if the configured interval time has passed since the last update check, and if so, checks for updates using the `autoUpdater` object * @param userInput Whether the user is requesting this. If so, an alert will report the result of the check. */ async checkForUpdates(userInput: boolean) {