Skip to content

Commit

Permalink
fix typo: ASStackLayoutElement.h (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ueeek committed Apr 5, 2023
1 parent e88783e commit 68dd71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Layout/ASStackLayoutElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NS_ASSUME_NONNULL_BEGIN

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

0 comments on commit 68dd71c

Please sign in to comment.