diff options
author | Brian Choromanski <[email protected]> | 2021-11-30 17:36:21 -0500 |
---|---|---|
committer | Brian Choromanski <[email protected]> | 2021-11-30 17:36:21 -0500 |
commit | eaa47c8d40f3706bbbdea73d80cf56f71b9134a3 (patch) | |
tree | d5fc94355e6c2cfcca07b7a53639f33606965336 | |
parent | 2209c230e7d41476e4da8a78f87dbec2740a6dc1 (diff) | |
download | SponsorBlock-eaa47c8d40f3706bbbdea73d80cf56f71b9134a3.tar.gz SponsorBlock-eaa47c8d40f3706bbbdea73d80cf56f71b9134a3.zip |
Changed comments from seconds and hours to minutes
-rw-r--r-- | src/popup.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/popup.ts b/src/popup.ts index 41bf1062..bca6286d 100644 --- a/src/popup.ts +++ b/src/popup.ts @@ -731,10 +731,10 @@ async function runThePopup(messageListener?: MessageListener): Promise<void> { } /** - * Converts time in hours to 5h 25.1 + * Converts time in minutes to 5h 25.1 * If less than 1 hour, just returns minutes * - * @param {float} seconds + * @param {float} minutes * @returns {string} */ function getFormattedHours(minutes) { |