소스 검색

Merge pull request #2683 from tamastimar/documentation-fix

Fix documentation of AFSecurityPolicy
Mattt Thompson 10 년 전
부모
커밋
9a5043d856
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.
  @return The default security policy.
  */
  */