Skip to content

Commit

Permalink
Fix comment typo for showsHorizontalScrollIndicator (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
innocarpe authored and vovasty committed Oct 22, 2019
1 parent 18fa714 commit a890f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ASCollectionNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a890f75

Please sign in to comment.