Merge pull request #49 from aaronbrethorst/master
Fixing typos in AFHTTPClient
This commit is contained in:
commit
1265156c70
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
The url used as the base for paths specified in methods such as `getPath:parameteres:success:failure`
|
The url used as the base for paths specified in methods such as `getPath:parameters:success:failure`
|
||||||
*/
|
*/
|
||||||
@property (readonly, nonatomic, retain) NSURL *baseURL;
|
@property (readonly, nonatomic, retain) NSURL *baseURL;
|
||||||
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
/**
|
/**
|
||||||
The operation queue which manages operations enqueued by the HTTP client.
|
The operation queue which manages operations enqueued by the HTTP client.
|
||||||
*/
|
*/
|
||||||
@property (readonly, nonatomic, retain) NSOperationQueue *operationQueue;;
|
@property (readonly, nonatomic, retain) NSOperationQueue *operationQueue;
|
||||||
|
|
||||||
///---------------------------------------------
|
///---------------------------------------------
|
||||||
/// @name Creating and Initializing HTTP Clients
|
/// @name Creating and Initializing HTTP Clients
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue