소스 검색

Added missing punctuation to docstrings...no functional changes.

Christian Noon 9 년 전
부모
커밋
e748b44ff8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Source/ParameterEncoding.swift

+ 2 - 2
Source/ParameterEncoding.swift

@@ -69,8 +69,8 @@ public enum ParameterEncoding {
     /**
         Creates a URL request by encoding parameters and applying them onto an existing request.
 
-        - parameter URLRequest: The request to have parameters applied
-        - parameter parameters: The parameters to apply
+        - parameter URLRequest: The request to have parameters applied.
+        - parameter parameters: The parameters to apply.
 
         - returns: A tuple containing the constructed request and the error that occurred during parameter encoding, 
                    if any.