diff options
author | Brian Choromanski <[email protected]> | 2021-12-06 06:09:21 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-06 06:09:21 -0500 |
commit | a8fee918e429a869a252197584ceed256e6215f7 (patch) | |
tree | 7bcd1ada15d815997e3f9af4629805159935f7d2 | |
parent | 7bca8e508ede26a2e0fc8fce3198ec1c2f54f5f9 (diff) | |
parent | 44de741e84eb8ab6fbc17b8b465a2aec184d79ec (diff) | |
download | SponsorBlock-a8fee918e429a869a252197584ceed256e6215f7.tar.gz SponsorBlock-a8fee918e429a869a252197584ceed256e6215f7.zip |
Merge branch 'master' into feature/format-time-to-days
-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 88f4519c..84607e15 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 2d 5h 25.1 + * Converts time in minutes to 2d 5h 25.1 * If less than 1 hour, just returns minutes * - * @param {float} seconds + * @param {float} minutes * @returns {string} */ function getFormattedHours(minutes) { |