Skip to content

Commit 3f4b05b

Browse files
authored
Fix description typo
`smaller of bigger` -> `smaller or bigger`
1 parent 2f1b191 commit 3f4b05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public enum FitType {
172172
case widthFlexible
173173
/**
174174
Similar to `.height`, except that PinLayout won't constrain the resulting height to
175-
match the reference height. The resulting height may be smaller of bigger depending on the view's
175+
match the reference height. The resulting height may be smaller or bigger depending on the view's
176176
sizeThatFits(..) method result.
177177
*/
178178
case heightFlexible

0 commit comments

Comments
 (0)