瀏覽代碼

Merge pull request #2761 from AFNetworking/2761

problem with baseURL
Kevin Harwood 10 年之前
父節點
當前提交
09a3b74c17
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AFNetworking/AFHTTPSessionManager.h

+ 1 - 1
AFNetworking/AFHTTPSessionManager.h

@@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN
 @interface AFHTTPSessionManager : AFURLSessionManager <NSSecureCoding, NSCopying>
 
 /**
- The URL used to monitor reachability, and construct requests from relative paths in methods like `requestWithMethod:URLString:parameters:`, and the `GET` / `POST` / et al. convenience methods.
+ The URL used to construct requests from relative paths in methods like `requestWithMethod:URLString:parameters:`, and the `GET` / `POST` / et al. convenience methods.
  */
 @property (readonly, nonatomic, strong, nullable) NSURL *baseURL;