Mattt Thompson 11 rokov pred
rodič
commit
5f1df4b334
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      Source/Alamofire.swift

+ 2 - 2
Source/Alamofire.swift

@@ -119,7 +119,7 @@ public enum ParameterEncoding {
     }
 }
 
-// MARK: -
+// MARK: - URLStringConvertible
 
 public protocol URLStringConvertible {
     var URLString: String { get }
@@ -149,7 +149,7 @@ extension NSURLRequest: URLStringConvertible {
     }
 }
 
-// MARK: -
+// MARK: - URLRequestConvertible
 
 public protocol URLRequestConvertible {
     var URLRequest: NSURLRequest { get }