Skip to content

Commit 55c50ec

Browse files
authored
Merge pull request #253 from kyungpyoda/patch-1
Fix description typo
2 parents 2f1b191 + 3f4b05b commit 55c50ec

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)