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 0807f9a commit 90126dcCopy full SHA for 90126dc
Sources/ComposableArchitecture/SwiftUI/IfLetStore.swift
@@ -22,7 +22,7 @@ import SwiftUI
22
/// ),
23
/// isActive: viewStore.binding(
24
/// get: \.isGameActive,
25
-/// send: { $0 ? .startButtonTapped : .detailDisissed }
+/// send: { $0 ? .startButtonTapped : .detailDismissed }
26
/// )
27
/// ) {
28
/// Text("Start!")
0 commit comments