Skip to content

Commit

Permalink
Fix description typo
Browse files Browse the repository at this point in the history
`smaller of bigger` -> `smaller or bigger`
  • Loading branch information
kyungpyoda authored Sep 19, 2022
1 parent 2f1b191 commit 3f4b05b
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 3f4b05b

Please sign in to comment.