From 510672fff6ce2fa04137b9b8899802a4e8693c48 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:46:32 -0400 Subject: [PATCH] Review --- .../Swift/Source/SPMSwiftHeaderWorkaround.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseInAppMessaging/Swift/Source/SPMSwiftHeaderWorkaround.swift b/FirebaseInAppMessaging/Swift/Source/SPMSwiftHeaderWorkaround.swift index 608e89ba4e0..c84084917f3 100644 --- a/FirebaseInAppMessaging/Swift/Source/SPMSwiftHeaderWorkaround.swift +++ b/FirebaseInAppMessaging/Swift/Source/SPMSwiftHeaderWorkaround.swift @@ -17,7 +17,7 @@ // This is a trick to force generate a `FirebaseInAppMessaging-Swift.h` // header that re-exports `FirebaseInAppMessagingInternal` for Objective-C - // clients. It is important for the below code to reference a In App + // clients. It is important for the below code to reference an In App // Messaging symbol defined in Objective-C as that will import the symbol's // module (`FirebaseInAppMessagingInternal`) in the generated header. This // allows Objective-C clients to import In App Messaging's Objective-C API