浏览代码

Merge pull request #291 from mrahmiao/master

Re-indent the :param: comment of responseString
Mattt Thompson 11 年之前
父节点
当前提交
1d21c0c907
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/Alamofire.swift

+ 1 - 1
Source/Alamofire.swift

@@ -1329,7 +1329,7 @@ extension Request {
     /**
     /**
         Adds a handler to be called once the request has finished.
         Adds a handler to be called once the request has finished.
 
 
-    :param: completionHandler A closure to be executed once the request has finished. The closure takes 4 arguments: the URL request, the URL response, if one was received, the string, if one could be created from the URL response and data, and any error produced while creating the string.
+        :param: completionHandler A closure to be executed once the request has finished. The closure takes 4 arguments: the URL request, the URL response, if one was received, the string, if one could be created from the URL response and data, and any error produced while creating the string.
 
 
         :returns: The request.
         :returns: The request.
     */
     */