Skip to content

Commit

Permalink
Update note on async usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhnx authored May 7, 2022
1 parent 42e54f2 commit 640ff00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Either is fine, base on caller's context.

> You can read more about Task here https://developer.apple.com/documentation/swift/task.
In SwiftUI views, you can call function inside View' `.task` modifier:
In SwiftUI views, you can call `async` functions inside View' `.task` modifier:
```swift
import EventKit
import SwiftUI
Expand Down

0 comments on commit 640ff00

Please sign in to comment.