Skip to content

Commit 6ede464

Browse files
devkaranCTmpospese
authored andcommitted
[CM-1012]: Fixed Typo.
1 parent b85d3a2 commit 6ede464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ extension UIView {
4141
return [.width: widthConstraint, .height: heightConstraint]
4242
}
4343

44-
/// Constrain the receiving view with width and heigh
44+
/// Constrain the receiving view with width and height
4545
/// - Parameters:
4646
/// - width: width of view to constrain to
4747
/// - height: height of view to constrain to

0 commit comments

Comments
 (0)