Skip to content

Commit 63fd96c

Browse files
committed
Merge pull request #70 from senfi/master
fixed typo
2 parents c5b715a + 975c189 commit 63fd96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeepLinkKit/Router/DPLDeepLinkRouter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ - (void)setObject:(id)obj forKeyedSubscript:(NSString *)key {
105105

106106
#pragma mark - Routing Deep Links
107107

108-
- (BOOL)handleURL:(NSURL *)url withCompletion:(DPLRouteCompletionBlock)completionHandler; {
108+
- (BOOL)handleURL:(NSURL *)url withCompletion:(DPLRouteCompletionBlock)completionHandler {
109109
self.routeCompletionHandler = completionHandler;
110110
if (!url) {
111111
return NO;

0 commit comments

Comments
 (0)