Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Wanke <[email protected]>
  • Loading branch information
skyz1 and JonasWanke authored Nov 2, 2023
1 parent fa8cabc commit 94a98d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Examples/clock.candy
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ main := { environment ->

c = clock.fromSystemClock environment.systemClock
now = clock.now c
print "It has been {now | instant.toUnixTimeDuration | duration.toText} since the start the of unix epoch"
print "It has been {now | instant.toUnixTimeDuration | duration.toText} since the start the of Unix epoch"
}

0 comments on commit 94a98d7

Please sign in to comment.