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

Commit 9b77f77

Browse files
committed
[Build] Fix typo in capitalization of import, which causes build failure on case-sensitive filesystems.
1 parent 86b669d commit 9b77f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit/Layout/ASLayoutSpec+Subclasses.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import <AsyncdisplayKit/ASLayoutSpec.h>
10+
#import <AsyncDisplayKit/ASLayoutSpec.h>
1111
#import <AsyncDisplayKit/ASLayout.h>
1212

1313
NS_ASSUME_NONNULL_BEGIN

0 commit comments

Comments
 (0)