Skip to content

Commit 68dd71c

Browse files
authored
fix typo: ASStackLayoutElement.h (#2067)
1 parent e88783e commit 68dd71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Layout/ASStackLayoutElement.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ NS_ASSUME_NONNULL_BEGIN
3939

4040
/**
4141
* @abstract If the sum of children's stack dimensions is greater than the maximum size, how much should this component shrink?
42-
* This value represents the "flex shrink factor" and determines how much this component should shink in relation to
42+
* This value represents the "flex shrink factor" and determines how much this component should shrink in relation to
4343
* other flexible children.
4444
*/
4545
@property (nonatomic) CGFloat flexShrink;

0 commit comments

Comments
 (0)