Skip to content

Commit f3a0aca

Browse files
committed
Fix arg name
1 parent cc1b635 commit f3a0aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftMessages/Layout.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public struct Layout {
3535
public enum Dimension {
3636
case absolute(CGFloat)
3737
case relative(CGFloat, to: Boundary)
38-
case absoluteInsets(CGFloat, to: Boundary)
38+
case absoluteInsets(CGFloat, from: Boundary)
3939
}
4040

4141
public var width: Dimension?

0 commit comments

Comments
 (0)