Skip to content

Commit 9095dcd

Browse files
Update proposals/NNNN-ClockEpochs.md
Co-authored-by: Ben Rimmington <[email protected]>
1 parent e37fb65 commit 9095dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-ClockEpochs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extension SuspendingClock {
3636
These can be used to gather information like for example the uptime of a system, or the active time of a system;
3737

3838
```swift
39-
let clock = ContinousClock()
39+
let clock = ContinuousClock()
4040
let uptime = clock.now - clock.systemEpoch
4141
```
4242

0 commit comments

Comments
 (0)