Преглед на файлове

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.
  */