Skip to content

Commit ff73cfe

Browse files
filbluemluisbrown
authored andcommitted
Fix typo in Alert documentation comments (#1238)
1 parent 3d8df04 commit ff73cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/SwiftUI/Alert.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ import SwiftUI
9494
/// secondaryButton: .cancel(TextState("Cancel"))
9595
/// )
9696
/// }
97-
/// store.send(.deleteTapped) {
97+
/// store.send(.confirmTapped) {
9898
/// $0.alert = nil
9999
/// // Also verify that delete logic executed correctly
100100
/// }

0 commit comments

Comments
 (0)