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

Commit b59e368

Browse files
[PATCH] Fix capitalizations in imports.
1 parent 95bf8bb commit b59e368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit/Details/ASRangeController.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#import "ASWeakSet.h"
1515
#import "ASDisplayNodeExtras.h"
1616
#import "ASDisplayNodeInternal.h"
17-
#import "ASMultiDimensionalArrayUtils.h"
17+
#import "ASMultidimensionalArrayUtils.h"
1818
#import "ASInternalHelpers.h"
1919
#import "ASDisplayNode+FrameworkPrivate.h"
2020
#import "ASCellNode.h"

0 commit comments

Comments
 (0)