Skip to content

Commit

Permalink
Fix minor typo (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty3345 authored Aug 27, 2024
1 parent d02f2c7 commit a7231e3
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 @@ -202,7 +202,7 @@ with the view. When the state becomes non-`nil` the corresponding form of naviga
triggered, and when the presented view is dismissed, the state will be `nil`'d out.

Another powerful aspect of SwiftUI is its ability to update its UI whenever state in an observable
model changes. And thanks to Swift's observation tools this can be done done implicitly and
model changes. And thanks to Swift's observation tools this can be done implicitly and
minimally: whichever fields are accessed in the `body` of the view are automatically tracked
so that when they change the view updates.

Expand Down

0 comments on commit a7231e3

Please # to comment.