Skip to content

Commit c9a07f5

Browse files
authored
fix typo (#1609)
1 parent 81e272a commit c9a07f5

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)