From 166c1042f0f06116f139361fd5b21714782ee230 Mon Sep 17 00:00:00 2001 From: Clement T Date: Fri, 17 Oct 2014 09:38:25 +0800 Subject: [PATCH] Rectify documentation --- .../CTAssetsPickerController.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CTAssetsPickerController/CTAssetsPickerController.h b/CTAssetsPickerController/CTAssetsPickerController.h index 83e50f33..eb39b7c4 100644 --- a/CTAssetsPickerController/CTAssetsPickerController.h +++ b/CTAssetsPickerController/CTAssetsPickerController.h @@ -241,8 +241,8 @@ /** * Tells the delegate that the asset was selected. * - * @param picker The controller object managing the assets picker interface. - * @param indexPath The asset that was selected. + * @param picker The controller object managing the assets picker interface. + * @param asset The asset that was selected. * * @see assetsPickerController:didDeselectAsset: */ @@ -263,8 +263,8 @@ /** * Tells the delegate that the item at the specified path was deselected. * - * @param picker The controller object managing the assets picker interface. - * @param indexPath The asset that was deselected. + * @param picker The controller object managing the assets picker interface. + * @param asset The asset that was deselected. * * @see assetsPickerController:didSelectAsset: */ @@ -289,8 +289,8 @@ /** * Tells the delegate that asset was highlighted. * - * @param picker The controller object managing the assets picker interface. - * @param indexPath The asset that was highlighted. + * @param picker The controller object managing the assets picker interface. + * @param asset The asset that was highlighted. * * @see assetsPickerController:didUnhighlightAsset: */ @@ -300,8 +300,8 @@ /** * Tells the delegate that the highlight was removed from the asset. * - * @param picker The controller object managing the assets picker interface. - * @param indexPath The asset that had its highlight removed. + * @param picker The controller object managing the assets picker interface. + * @param asset The asset that had its highlight removed. * * @see assetsPickerController:didHighlightAsset: */