We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce70664 commit 22c667dCopy full SHA for 22c667d
DeepLinkKit/Router/DPLDeepLinkRouter.h
@@ -87,7 +87,7 @@ typedef void(^DPLRouteCompletionBlock)(BOOL handled, NSError *error);
87
88
89
/**
90
- Attempts to an incoming user activity.
+ Attempts to handle an incoming user activity.
91
@param userActivity The incoming user activity from `application:continueUserActivity:restorationHandler:'
92
@param completionHandler A block executed after the user activity has been handled.
93
@return YES if the incoming user activity is handled, otherwise NO.
0 commit comments