Skip to content

Commit f88f943

Browse files
committed
Update README.md
1 parent 830ccef commit f88f943

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
@@ -63,7 +63,7 @@ public protocol ILocationManagerViewModel: ObservableObject{
6363
func start() async throws
6464
6565
/// Stop streaming locations
66-
func stop()
66+
func stop() async
6767
}
6868
```
6969

0 commit comments

Comments
 (0)