Skip to content

Commit c3db6fe

Browse files
authored
Fix minor typo (#1237)
1 parent 61e3424 commit c3db6fe

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
@@ -21,7 +21,7 @@ import SwiftUI
2121
///
2222
/// ```swift
2323
/// .sheet(
24-
/// isActive: viewStore.binding(
24+
/// isPresented: viewStore.binding(
2525
/// get: \.isGameActive,
2626
/// send: { $0 ? .startButtonTapped : .detailDismissed }
2727
/// )

0 commit comments

Comments
 (0)