Skip to content

Commit d1443e9

Browse files
committed
Update README.md
1 parent d440727 commit d1443e9

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
@@ -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 desided 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 recomend to use .task modifire it manages cancelation on it's own. If you desided 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{

0 commit comments

Comments
 (0)