Skip to content

Commit 07a538a

Browse files
Update comments with correct symbol names (facebookarchive#11).
* ASDisplayNodeAsyncView -> _ASDisplayView * ASDisplayNodeView -> ASDisplayNodeViewProperties
1 parent 11eb47c commit 07a538a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AsyncDisplayKit/ASDisplayNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- (id)init;
2020

2121
// Alternative initializer. Provide any UIView subclass, such as UIScrollView, and the ASDisplayNode's view will be of that type.
22-
// If viewClass is not a subclass of ASDisplayNodeAsyncView, it will still render synchronously and -layout and touch handling methods on the node will not be called.
22+
// If viewClass is not a subclass of _ASDisplayView, it will still render synchronously and -layout and touch handling methods on the node will not be called.
2323
// The view instance will be created with alloc/init.
2424
- (id)initWithViewClass:(Class)viewClass;
2525

AsyncDisplayKit/Private/_ASPendingState.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
@interface _ASPendingState : NSObject <ASDisplayNodeViewProperties, ASDisplayProperties>
2424

25-
// Supports all of the properties included the ASDisplayNodeView protocol
25+
// Supports all of the properties included in the ASDisplayNodeViewProperties protocol
2626

2727
- (void)applyToView:(UIView *)view;
2828
- (void)applyToLayer:(CALayer *)layer;

0 commit comments

Comments
 (0)