Skip to content

Commit 90126dc

Browse files
authored
Typo fix in IfLetStore’s docs. (#93)
(Looking out 📝)
1 parent 0807f9a commit 90126dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/SwiftUI/IfLetStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import SwiftUI
2222
/// ),
2323
/// isActive: viewStore.binding(
2424
/// get: \.isGameActive,
25-
/// send: { $0 ? .startButtonTapped : .detailDisissed }
25+
/// send: { $0 ? .startButtonTapped : .detailDismissed }
2626
/// )
2727
/// ) {
2828
/// Text("Start!")

0 commit comments

Comments
 (0)