From a890f75019942db92834d76c6aba113fc2bd49a6 Mon Sep 17 00:00:00 2001 From: Wooseong Kim Date: Wed, 23 Oct 2019 04:31:59 +0900 Subject: [PATCH] Fix comment typo for showsHorizontalScrollIndicator (#1638) --- Source/ASCollectionNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ASCollectionNode.h b/Source/ASCollectionNode.h index 521922a51..fde5a1302 100644 --- a/Source/ASCollectionNode.h +++ b/Source/ASCollectionNode.h @@ -121,7 +121,7 @@ NS_ASSUME_NONNULL_BEGIN /** * A Boolean value that controls whether the horizontal scroll indicator is visible. - * The default value of this property is NO. + * The default value of this property is YES. */ @property (nonatomic) BOOL showsHorizontalScrollIndicator;