From 6e77f0d4360fb4116c16c51984671cb2dcf58f70 Mon Sep 17 00:00:00 2001 From: Christian Hatch Date: Fri, 25 Sep 2020 17:11:25 -0400 Subject: [PATCH] Update RSDFDatePickerCollectionViewLayout.h --- RSDayFlow/RSDFDatePickerCollectionViewLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RSDayFlow/RSDFDatePickerCollectionViewLayout.h b/RSDayFlow/RSDFDatePickerCollectionViewLayout.h index 6e95db8..cfa1081 100644 --- a/RSDayFlow/RSDFDatePickerCollectionViewLayout.h +++ b/RSDayFlow/RSDFDatePickerCollectionViewLayout.h @@ -43,7 +43,7 @@ typedef NS_ENUM(NSUInteger, RSDFDatePickerCollectionViewLayoutDirection) { /** Designated initializer. Initializes and returns a newly allocated layout object with the specified direction. - @param frame The direction of the layout. + @param direction The direction of the layout. */ - (instancetype)initWithDirection:(RSDFDatePickerCollectionViewLayoutDirection)direction;