Skip to content

Commit b3c30ff

Browse files
tsp4checo
authored andcommitted
Fix minor typo (#1612)
(cherry picked from commit 632ac99c82a4b23297e115dc4f503b6c2703588a)
1 parent c85688e commit b3c30ff

File tree

1 file changed

+1
-1
lines changed
  • Sources/ComposableArchitecture/Documentation.docc/Articles

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/Performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ struct AppView: View {
196196
```
197197

198198
This gives you maximum flexibility in the future for adding new fields to `ViewState` without making
199-
your view convoluated.
199+
your view convoluted.
200200

201201
This technique for reducing view re-computations is most effective towards the root of your app
202202
hierarchy and least effective towards the leaf nodes of your app. Root features tend to hold lots

0 commit comments

Comments
 (0)