Changed comments from seconds and hours to minutes

This commit is contained in:
Brian Choromanski
2021-11-30 17:36:21 -05:00
parent 2209c230e7
commit eaa47c8d40

View File

@@ -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 * If less than 1 hour, just returns minutes
* *
* @param {float} seconds * @param {float} minutes
* @returns {string} * @returns {string}
*/ */
function getFormattedHours(minutes) { function getFormattedHours(minutes) {