Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 authored Feb 9, 2024
1 parent 8c081d0 commit 0f5c6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/Utc.roc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fromNanosSinceEpoch = @Utc
## Calculate milliseconds between two Utc timestamps
deltaAsMillis : Utc, Utc -> U128
deltaAsMillis = \utcA, utcB ->
(deltaAsNanons utcA utcB) // nanosPerMilli
(deltaAsNanos utcA utcB) // nanosPerMilli

## Calculate nanoseconds between two Utc timestamps
deltaAsNanos : Utc, Utc -> U128
Expand Down

0 comments on commit 0f5c6ea

Please sign in to comment.