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

Commit 76dbc1f

Browse files
committed
Fix typo
1 parent 4f493c4 commit 76dbc1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples_extra/Placeholders/Sample/SlowpokeImageNode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
static CGFloat const kASDKLogoAspectRatio = 2.79;
1717

1818
@interface ASImageNode (ForwardWorkaround)
19-
// This is a workaround until subclass overwritting of custom drawing class methods is fixed
19+
// This is a workaround until subclass overriding of custom drawing class methods is fixed
2020
- (UIImage *)displayWithParameters:(id<NSObject>)parameters isCancelled:(asdisplaynode_iscancelled_block_t)isCancelledBlock;
2121
@end
2222

examples_extra/Placeholders/Sample/SlowpokeTextNode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#import <AsyncDisplayKit/ASDisplayNode+Subclasses.h>
1515

1616
@interface ASTextNode (ForwardWorkaround)
17-
// This is a workaround until subclass overwritting of custom drawing class methods is fixed
17+
// This is a workaround until subclass overriding of custom drawing class methods is fixed
1818
- (void)drawRect:(CGRect)bounds withParameters:(id<NSObject>)parameters isCancelled:(asdisplaynode_iscancelled_block_t)isCancelledBlock isRasterizing:(BOOL)isRasterizing;
1919
@end
2020

0 commit comments

Comments
 (0)