Skip to content

Commit

Permalink
docs: address wording comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Oct 30, 2024
1 parent a730d0a commit b0e658d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/MuxStatsGoogleIMAPlugin/include/MuxImaListener.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0e658d

Please sign in to comment.