We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85688e commit b3c30ffCopy full SHA for b3c30ff
Sources/ComposableArchitecture/Documentation.docc/Articles/Performance.md
@@ -196,7 +196,7 @@ struct AppView: View {
196
```
197
198
This gives you maximum flexibility in the future for adding new fields to `ViewState` without making
199
-your view convoluated.
+your view convoluted.
200
201
This technique for reducing view re-computations is most effective towards the root of your app
202
hierarchy and least effective towards the leaf nodes of your app. Root features tend to hold lots
0 commit comments