diff --git a/Sources/BraintreePayPal/BTContactInformation.swift b/Sources/BraintreePayPal/BTContactInformation.swift index 035a5746a..fff33ebb9 100644 --- a/Sources/BraintreePayPal/BTContactInformation.swift +++ b/Sources/BraintreePayPal/BTContactInformation.swift @@ -11,7 +11,7 @@ public struct BTContactInformation { /// Intialize a BTContactInformation /// - Parameters: /// - recipientEmail: Optional: Email address of the recipient. - /// - recipientPhoneNumber: Optional:Phone number of the recipient. + /// - recipientPhoneNumber: Optional: Phone number of the recipient. public init(recipientEmail: String? = nil, recipientPhoneNumber: BTPayPalPhoneNumber? = nil) { self.recipientEmail = recipientEmail self.recipientPhoneNumber = recipientPhoneNumber