fix: Typo in "Convert seconds to compound duration" (#42248)

* fix: Typo in "Convert seconds to compound duration"

* fix: spacing

Co-authored-by: PrashantSakre <prashantsakre@Prashants-mac-mini.local>
This commit is contained in:
Prashant
2021-05-26 00:43:18 +05:30
committed by GitHub
parent 75bf6fc78c
commit edf9989e59

View File

@ -22,7 +22,7 @@ Demonstrate that it passes the following three test-cases:
| Input number | Output number |
| ------------ | ------------------------------------- |
| 7259 | <code>2 hr, 59 sec</code> |
| 728640059 | <code>1 d</code> |
| 86400 | <code>1 d</code> |
| 6000000 | <code>9 wk, 6 d, 10 hr, 40 min</code> |
<div style="font-size:115%; font-weight: bold;">Details</div>