Skip to content

Commit 3d77a65

Browse files
authored
Update comment for correct activate method. (#3795)
1 parent 89a2769 commit 3d77a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ NS_SWIFT_NAME(RemoteConfig)
237237
/// @param completionHandler Activate operation callback.
238238
- (void)activateWithCompletionHandler:(nullable FIRRemoteConfigActivateCompletion)completionHandler;
239239

240-
/// This method is deprecated. Please use -[FIRRemoteConfig activate] instead.
240+
/// This method is deprecated. Please use -[FIRRemoteConfig activateWithCompletionHandler:] instead.
241241
/// Applies Fetched Config data to the Active Config, causing updates to the behavior and appearance
242242
/// of the app to take effect (depending on how config data is used in the app).
243243
/// Returns true if there was a Fetched Config, and it was activated.

0 commit comments

Comments
 (0)