From b0e658d98dfefb9751d7559217943e15ba3b7289 Mon Sep 17 00:00:00 2001 From: AJ Lauer Barinov Date: Wed, 30 Oct 2024 09:20:25 -0700 Subject: [PATCH] docs: address wording comments --- Sources/MuxStatsGoogleIMAPlugin/include/MUXSDKIMAAdsListener.h | 2 +- Sources/MuxStatsGoogleIMAPlugin/include/MuxImaListener.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/MuxStatsGoogleIMAPlugin/include/MUXSDKIMAAdsListener.h b/Sources/MuxStatsGoogleIMAPlugin/include/MUXSDKIMAAdsListener.h index 89dbea4..c0c82e3 100644 --- a/Sources/MuxStatsGoogleIMAPlugin/include/MUXSDKIMAAdsListener.h +++ b/Sources/MuxStatsGoogleIMAPlugin/include/MUXSDKIMAAdsListener.h @@ -84,7 +84,7 @@ typedef NS_OPTIONS(NSUInteger, MUXSDKIMAAdsListenerOptions) { monitoringAdsLoader:(nullable IMAAdsLoader *)adsLoader; /// Called when an `IMAAdsManager` is available to your -/// application. Similarly to the `IMAAdsLoader`, delegate +/// application. Like `IMAAdsLoader`, delegate /// calls from the ads manager will be intercepted. Playback /// events will be forwarded to the Mux Data player binding /// configured during initialization diff --git a/Sources/MuxStatsGoogleIMAPlugin/include/MuxImaListener.h b/Sources/MuxStatsGoogleIMAPlugin/include/MuxImaListener.h index 210bf70..eca3e3e 100644 --- a/Sources/MuxStatsGoogleIMAPlugin/include/MuxImaListener.h +++ b/Sources/MuxStatsGoogleIMAPlugin/include/MuxImaListener.h @@ -91,7 +91,7 @@ NS_CLASS_DEPRECATED_IOS(2_0, 12_0, "Use MUXSDKIMAAdsListener instead.") /// Called when an `IMAAdsManager` is available to your -/// application. Similarly to the `IMAAdsLoader`, delegate +/// application. Like `IMAAdsLoader`, delegate /// calls from the ads manager will be intercepted. Playback /// events will be forwarded to the Mux Data player binding /// configured during initialization