Skip to content

Commit 6dd1a1c

Browse files
committed
Revert "Fix arg name"
This reverts commit f3a0aca.
1 parent 699e0cd commit 6dd1a1c

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, from: Boundary)
38+
case absoluteInsets(CGFloat, to: Boundary)
3939
}
4040

4141
public var width: Dimension?

0 commit comments

Comments
 (0)