Skip to content

Commit

Permalink
Merge pull request layoutBox#253 from kyungpyoda/patch-1
Browse files Browse the repository at this point in the history
Fix description typo
  • Loading branch information
lucdion authored Sep 19, 2022
2 parents 2f1b191 + 3f4b05b commit 55c50ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public enum FitType {
case widthFlexible
/**
Similar to `.height`, except that PinLayout won't constrain the resulting height to
match the reference height. The resulting height may be smaller of bigger depending on the view's
match the reference height. The resulting height may be smaller or bigger depending on the view's
sizeThatFits(..) method result.
*/
case heightFlexible
Expand Down

0 comments on commit 55c50ec

Please sign in to comment.