Skip to content

Commit

Permalink
fix typo: ASStackLayoutElement.h (TextureGroup#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ueeek authored and muukii committed Dec 13, 2024
1 parent 3634a6a commit 4927920
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 4927920

Please sign in to comment.