From a03e631e57485b5fa447f7d66edbf82c1f20b052 Mon Sep 17 00:00:00 2001 From: richherrera Date: Mon, 25 Nov 2024 13:24:21 -0600 Subject: [PATCH] Add missing blank space --- Sources/BraintreePayPal/BTContactInformation.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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