Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MJDeligan authored and ptomato committed Aug 29, 2022
1 parent cdfcffd commit d5a7703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/duration.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ This means that an ISO 8601 string with a time zone name annotation in it, or a
Example usage:

```javascript
// How many seconds in 18 hours and 20 minutes?
// How many seconds in 130 hours and 20 minutes?
d = Temporal.Duration.from({ hours: 130, minutes: 20 });
d.total({ unit: 'second' }); // => 469200

Expand Down

0 comments on commit d5a7703

Please sign in to comment.