[WEEX-239][iOS] rename comment about params

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/4b0e3742
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/4b0e3742
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/4b0e3742

Branch: refs/heads/master
Commit: 4b0e3742354d3addf65e86b7820232931a8b4432
Parents: c994aa8
Author: acton393 <zhangxing610...@gmail.com>
Authored: Tue Mar 6 20:34:51 2018 +0800
Committer: acton393 <zhangxing610...@gmail.com>
Committed: Tue Mar 6 20:34:51 2018 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/4b0e3742/ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h 
b/ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h
index f7728c5..e883c19 100644
--- a/ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h
+++ b/ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h
@@ -72,7 +72,7 @@ typedef NS_ENUM(NSInteger, WXImageLoaderCacheType) {
  *
  * @param options : The options to be used for download operation
  *
- * @param progress: A block called while the download start
+ * @param progressBlock: A block called while the download start
  *
  * @param completedBlock : A block called once the download is completed.
  *                 image : the image which has been download to local.

Reply via email to