Skip to content

Commit

Permalink
Add missing detail.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Aug 24, 2024
1 parent 012361b commit c447a69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data-values/export/Duration.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ export class Duration extends UnitQuantity {
* * `ns` or `nsec` -- nanoseconds
* * `us` or `usec` -- microseconds
* * `ms` or `msec` -- milliseconds
* * `s` or `sec` -- seconds
* * `m` or `min` -- minutes
* * `h` or `hr` -- hours
* * `s` or `sec` or `second` -- seconds
* * `m` or `min` or `minute` -- minutes
* * `h` or `hr` or `hour`-- hours
* * `d` or `day` -- days (defined as exactly 24 hours)
*
* @param {string|Duration|UnitQuantity} valueToParse The value to parse, or
Expand Down

0 comments on commit c447a69

Please sign in to comment.