From eaa47c8d40f3706bbbdea73d80cf56f71b9134a3 Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Tue, 30 Nov 2021 17:36:21 -0500 Subject: [PATCH] Changed comments from seconds and hours to minutes --- src/popup.ts | 4 ++-- 1 file 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 { } /** - * 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) {