Skip to content

Commit 9871209

Browse files
authored
Update ComAppceleratorUrlSessionModule.m
1 parent dfc9b20 commit 9871209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Classes/ComAppceleratorUrlSessionModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ - (id)createURLSessionBackgroundConfiguration:(id)args
8585

8686
- (id)createURLSession:(id)args
8787
{
88-
DEPRECATED_REPLACED(@"URLSession.createURLSession", @"2.1.0", @"URLSession.createUSession");
88+
DEPRECATED_REPLACED(@"URLSession.createURLSession", @"2.1.0", @"URLSession.createSession");
8989

9090
return [self createSession:args];
9191
}

0 commit comments

Comments
 (0)