Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mludowise-stripe committed Sep 26, 2024
1 parent efe90a3 commit dd968f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ public class AccountManagementViewController: UIViewController {
@available(iOS 15, *)
public protocol AccountManagementViewControllerDelegate: AnyObject {
/**
Triggered when an error occurs loading the payment details component
Triggered when an error occurs loading the account management component
- Parameters:
- accountManagement: The payment details component that errored when loading
- accountManagement: The account management component that errored when loading
- error: The error that occurred when loading the component
*/
func accountManagement(_ accountManagement: AccountManagementViewController,
Expand Down

0 comments on commit dd968f0

Please sign in to comment.