浏览代码

Merge branch 'master' of github.com:AFNetworking/AFNetworking

Mattt Thompson 10 年之前
父节点
当前提交
11ff3d8701
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AFNetworking/AFSecurityPolicy.h

+ 1 - 1
AFNetworking/AFSecurityPolicy.h

@@ -66,7 +66,7 @@ typedef NS_ENUM(NSUInteger, AFSSLPinningMode) {
 ///-----------------------------------------
 
 /**
- Returns the shared default security policy, which does not allow invalid certificates, does not validate domain name, and does not validate against pinned certificates or public keys.
+ Returns the shared default security policy, which does not allow invalid certificates, validates domain name, and does not validate against pinned certificates or public keys.
 
  @return The default security policy.
  */