Skip to content

Commit c0eaaae

Browse files
authored
Fix typo in Alert documentation comments (#1238)
1 parent c3db6fe commit c0eaaae

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
@@ -93,7 +93,7 @@ import SwiftUI
9393
/// secondaryButton: .cancel(TextState("Cancel"))
9494
/// )
9595
/// }
96-
/// store.send(.deleteTapped) {
96+
/// store.send(.confirmTapped) {
9797
/// $0.alert = nil
9898
/// // Also verify that delete logic executed correctly
9999
/// }

0 commit comments

Comments
 (0)