瀏覽代碼

Removed an unnecessary separator in the ParameterEncoding enum.

Christian Noon 10 年之前
父節點
當前提交
d78053ebb9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/ParameterEncoding.swift

+ 1 - 1
Source/ParameterEncoding.swift

@@ -31,7 +31,7 @@ public enum Method: String {
     case OPTIONS, GET, HEAD, POST, PUT, PATCH, DELETE, TRACE, CONNECT
 }
 
-// MARK: - ParameterEncoding
+// MARK: ParameterEncoding
 
 /**
     Used to specify the way in which a set of parameters are applied to a URL request.