Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 82c098b

Browse files
author
Bin Liu
committed
Fixed typo
1 parent 6bb5106 commit 82c098b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit/ASControlNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ typedef NS_OPTIONS(NSUInteger, ASControlState) {
6666
@abstract Indicates whether or not the receiver is highlighted.
6767
@discussion This is set automatically when the receiver is tapped.
6868
*/
69-
@property (nonatomic, assign, getter=isSeleted) BOOL selected;
69+
@property (nonatomic, assign, getter=isSelected) BOOL selected;
7070

7171
#pragma mark - Tracking Touches
7272
/**

0 commit comments

Comments
 (0)