Skip to content

Commit 15585d6

Browse files
committed
Update comment for dismiss completion variable.
1 parent 9380bed commit 15585d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewModels/CardPresentPayments/CardPresentModalError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ final class CardPresentModalError: CardPresentPaymentsModalViewModel {
55
/// A closure to execute when the primary button is tapped
66
private let primaryAction: () -> Void
77

8-
/// A closure to execute when the secondary button is tapped to dismiss the modal
8+
/// A closure to execute after the secondary button is tapped to dismiss the modal
99
private let dismissCompletion: () -> Void
1010

1111
let textMode: PaymentsModalTextMode = .reducedBottomInfo

0 commit comments

Comments
 (0)