Skip to content

Commit e0ebd76

Browse files
committed
Copy/paste error
1 parent a0becdb commit e0ebd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSGeometry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ extension CGRect {
347347
let height: CGFloat
348348
if overlapV == rect1SpanV {
349349
height = rect1.height
350-
} else if overlapH == rect2SpanH {
350+
} else if overlapV == rect2SpanV {
351351
height = rect2.height
352352
} else {
353353
height = overlapV.upperBound - overlapV.lowerBound

0 commit comments

Comments
 (0)