Skip to content

Commit 426fd4b

Browse files
authored
Update README.md
1 parent 15e52ba commit 426fd4b

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
@@ -7,7 +7,7 @@ In this project we use SwiftUI properties wrappers to reflect a textfield's valu
77
# Properties wrappers
88

99
> State is inevitable in any modern app, but with SwiftUI it’s important to remember that all of our views are simply functions of their state – we don’t change the views directly, but instead manipulate the state and let _that_ dictate the result.
10-
*(Paul Husdon, on [hackingwithswift](https://www.hackingwithswift.com/quick-start/swiftui/whats-the-difference-between-observedobject-state-and-environmentobject)*
10+
*(Paul Husdon, on [hackingwithswift](https://www.hackingwithswift.com/quick-start/swiftui/whats-the-difference-between-observedobject-state-and-environmentobject))*
1111

1212
Properties wrappers are one of the biggest features of SwiftUI. Some of them allows you to manage the state of your application.
1313

0 commit comments

Comments
 (0)