From e55ab97b7148c22eefe521cfa9e8d7da63340271 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Tue, 15 Oct 2013 12:29:45 -0400 Subject: [PATCH] s/an/a/ --- AFNetworking/AFHTTPRequestOperationManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFNetworking/AFHTTPRequestOperationManager.h b/AFNetworking/AFHTTPRequestOperationManager.h index ddefa2d..75d8017 100644 --- a/AFNetworking/AFHTTPRequestOperationManager.h +++ b/AFNetworking/AFHTTPRequestOperationManager.h @@ -37,7 +37,7 @@ #import "AFNetworkReachabilityManager.h" /** - `AFHTTPRequestOperationManager` encapsulates the common patterns of communicating with an web application over HTTP, including request creation, response serialization, network reachability monitoring, and security, as well as request operation management. + `AFHTTPRequestOperationManager` encapsulates the common patterns of communicating with a web application over HTTP, including request creation, response serialization, network reachability monitoring, and security, as well as request operation management. ## Subclassing Notes