File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/Dependencies/Documentation.docc/Articles Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ The presence of `_EnvironmentKeyWritingModifier` shows that an environment key i
113
113
This is an incredibly powerful feature of SwiftUI, and the only reason it works so well and is so
114
114
easy to understand is specifically because SwiftUI views form a single entry point system. That
115
115
makes it possible to alter the execution environment of ` HeaderView ` so that its foreground color
116
- is red, and that altered state does not affect the other parts of the view true , such as
116
+ is red, and that altered state does not affect the other parts of the view tree , such as
117
117
` FooterView ` .
118
118
119
119
The same is possible with the Composable Architecture and the dependencies of features. For example,
You can’t perform that action at this time.
0 commit comments