Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fyy26 committed Feb 13, 2024
1 parent 9678edc commit 439d0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/lectures/04-state-management/live-demo-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Finally, adjust the `List` in `ContentView` to create `TaskItemView` by initiali
corresponding `TodoItem`.

```swift
List($tasks) { $task in
List(tasks) { task in
TaskItemView(viewModel: TaskViewModel(task: task))
}
```
Expand Down

0 comments on commit 439d0fa

Please sign in to comment.