Skip to content

Commit 1fb344f

Browse files
committed
Update README.md
1 parent 4b4ecbf commit 1fb344f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
```
2121

2222
### 3. Call ViewModel method start() within async environment
23-
If task will be canceled the streaming stops automatically. I would recomend to use .task modifire it manages cancelation on it's own. If you need to use Task and keep it in @State don't forget to cancel() when the time has come or it might course memory leaks in some cases
23+
If task will be canceled the streaming stops automatically. I would recommend to use .task modifier it manages cancelation on it's own. If you need to use Task and keep it in @State don't forget to cancel() when the time has come or it might course memory leaks in some cases
2424
```
2525
.task{
2626
do{
@@ -94,7 +94,7 @@ public protocol ILocationManagerViewModel: ObservableObject{
9494
![Default location](https://github.com/The-Igor/d3-async-location/blob/main/img/image6.png)
9595

9696
### as for tvOS ?!
97-
I decided not include tv OS support not to complicate the package and TV does not move around and requeares only once request location in practical sence. tvOS does not support CLLocationManager method **startUpdatingLocation**. I have a plan to develop defferent service based on the method **requestLocation** that requests the one-time delivery of the user’s current location.
97+
I decided not include tv OS support to the package not to complicate it and as TV usually does not move around, it requires only once request location in practical sense. Also tvOS does not support CLLocationManager method **startUpdatingLocation**. I have a plan to develop different service based on the method **requestLocation** that requests the one-time delivery of the user’s current location.
9898
[CLLocationManager.requestLocation](https://developer.apple.com/documentation/corelocation/cllocationmanager/1620548-requestlocation)
9999

100100

0 commit comments

Comments
 (0)