Skip to content

Commit 0f7428b

Browse files
PierreCapop4checo
authored andcommitted
fix typo (#1609)
(cherry picked from commit c9a07f5239af60ec2bd2478a1f0317ff44eb7325)
1 parent ad6313d commit 0f7428b

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
@@ -512,7 +512,7 @@ struct FeatureView: View {
512512

513513
init(store: Store<FeatureState, FeatureAction>) {
514514
self.store = store
515-
self.viewStore = ViewStore(self.store))
515+
self.viewStore = ViewStore(self.store)
516516
}
517517

518518
var body: some View {

0 commit comments

Comments
 (0)