Skip to content

Commit

Permalink
Merge pull request Alamofire#291 from mrahmiao/master
Browse files Browse the repository at this point in the history
Re-indent the :param: comment of responseString
  • Loading branch information
mattt committed Jan 9, 2015
2 parents 43c2575 + 119d714 commit 1d21c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Alamofire.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ extension Request {
/**
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.
*/
Expand Down

0 comments on commit 1d21c0c

Please sign in to comment.