Skip to content

Commit 52e3be8

Browse files
Merge pull request mxcl#399 from zvonicek/master
Fixed documentation on NSURLSession category
2 parents 7b3c95c + 3a910f1 commit 52e3be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Categories/Foundation/NSURLSession+Promise.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import PromiseKit
77
//TODO cancellation
88

99
/**
10-
To import the `NSURLConnection` category:
10+
To import the `NSURLSession` category:
1111

1212
use_frameworks!
1313
pod "PromiseKit/Foundation"
1414

15-
Or `NSURLConnection` is one of the categories imported by the umbrella pod:
15+
Or `NSURLSession` is one of the categories imported by the umbrella pod:
1616

1717
use_frameworks!
1818
pod "PromiseKit"

0 commit comments

Comments
 (0)