diff --git a/AdyenActions/Actions/RedirectAction.swift b/AdyenActions/Actions/RedirectAction.swift index 29d1007c22..fe4695ed6b 100644 --- a/AdyenActions/Actions/RedirectAction.swift +++ b/AdyenActions/Actions/RedirectAction.swift @@ -9,7 +9,7 @@ import Foundation /// Describes an action in which the user is redirected to a URL. public struct RedirectAction: Decodable { - /// The redirect flow type used by the `RedirectAction` object. + /// Defines the type of redirect flow utilized by the `RedirectAction` object. public enum RedirectType: Decodable { case redirect case nativeRedirect