Skip to content

Commit 8cb3860

Browse files
committed
Update README
1 parent 9bcd1f0 commit 8cb3860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Call `start()` to schedule timers created using `new`. You can optionally pass t
5959

6060
```swift
6161
timer.start()
62-
timer.start(modes: .defaultRunLoopMode, RunLoopMode(NSEventTrackingRunLoopMode)) // Ugly, yes: rdar://27509030
62+
timer.start(modes: .defaultRunLoopMode, .eventTrackingRunLoopMode)
6363
```
6464

6565
### Invalidation

0 commit comments

Comments
 (0)