Merge pull request #1500 from jchambers/trivial_doc_typo_fix

Fixed a very minor typo in the docs
This commit is contained in:
Mattt Thompson 2013-10-16 22:01:28 -07:00
commit 113014f6dc

View File

@ -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