Skip to content

Commit dd626d8

Browse files
committed
Fix typo
1 parent 44cb06c commit dd626d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ struct Rect
1313
end
1414

1515
function Rect(x, y, aspect_ratio::Rational)
16-
h = (max_area / aspect_ratio)
16+
h = (MAX_AREA / aspect_ratio)
1717
w = h * aspect_ratio
1818
return Rect(x, y, w, h)
1919
end

0 commit comments

Comments
 (0)