Ver Fonte

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

Christian Noon há 9 anos atrás
pai
commit
e748b44ff8
1 ficheiros alterados com 2 adições e 2 exclusões
  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.