Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fixing name of path param in -cancelAllHTTPOperationsWithMethod:path:…
Browse files Browse the repository at this point in the history
… documentation
  • Loading branch information
mattt committed Aug 31, 2012
1 parent ec0240f commit 26b5a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFNetworking/AFHTTPClient.h
Expand Up @@ -304,7 +304,7 @@ typedef enum {
Cancels all operations in the HTTP client's operation queue whose URLs match the specified HTTP method and path.
@param method The HTTP method to match for the cancelled requests, such as `GET`, `POST`, `PUT`, or `DELETE`. If `nil`, all request operations with URLs matching the path will be cancelled.
@param url The path to match for the cancelled requests.
@param path The path to match for the cancelled requests.
*/
- (void)cancelAllHTTPOperationsWithMethod:(NSString *)method path:(NSString *)path;

Expand Down

0 comments on commit 26b5a3b

Please sign in to comment.