Merge pull request #1072 from Choromanski/feature/updated-comments

Changed comments from seconds and hours to minutes
This commit is contained in:
Ajay Ramachandran 2021-12-04 22:18:53 -05:00 committed by GitHub
commit 44de741e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {