Skip to content

Commit 7cb6ed6

Browse files
fix name: arrangedLayoutMargin -> arrangedLayoutMarginS
1 parent 0c89cd5 commit 7cb6ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DeclarativeLayoutKit/Chaining/ExtraChains.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public extension UIButton {
222222
}
223223

224224
public extension UIStackView {
225-
func arrangedLayoutMargin(_ insets: UIEdgeInsets) -> Self {
225+
func arrangedLayoutMargins(_ insets: UIEdgeInsets) -> Self {
226226
isLayoutMarginsRelativeArrangement = true
227227
layoutMargins = insets
228228
return self

0 commit comments

Comments
 (0)