From c7a19a6e6330dac51b0d98cae05efbcb54a480a8 Mon Sep 17 00:00:00 2001 From: Shane Vitarana Date: Mon, 14 May 2012 14:46:45 -0700 Subject: [PATCH] fixed AFHTTPClient documentation --- AFNetworking/AFHTTPClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFNetworking/AFHTTPClient.h b/AFNetworking/AFHTTPClient.h index a9905e7..abd1c9b 100644 --- a/AFNetworking/AFHTTPClient.h +++ b/AFNetworking/AFHTTPClient.h @@ -74,7 +74,7 @@ extern NSString * AFQueryStringFromParametersWithEncoding(NSDictionary *paramete To change the behavior of all url request construction for an `AFHTTPClient` subclass, override `requestWithMethod:path:parameters`. - To change the behavior of all request operation construction for an `AFHTTPClient` subclass, override `enqueueHTTPRequestOperationWithRequest:success:failure`. + To change the behavior of all request operation construction for an `AFHTTPClient` subclass, override `HTTPRequestOperationWithRequest:success:failure`. ## Default Headers