From 729fbe83c996d85496b83450b3242395c6586ad6 Mon Sep 17 00:00:00 2001 From: Yoo Chung Date: Sun, 20 Oct 2024 11:23:21 -0400 Subject: [PATCH] Edited for clarity. --- src/Clay/Geometry.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Clay/Geometry.hs b/src/Clay/Geometry.hs index 2edd16c..86b61dc 100644 --- a/src/Clay/Geometry.hs +++ b/src/Clay/Geometry.hs @@ -110,7 +110,7 @@ instance Val AspectRatio where -- "{aspect-ratio:auto}" -- -- It can be told to use the intrinsic aspect ratio for the element, --- but to use a fixed ratio while it is unknown or does not have one: +-- but to use a fixed ratio while it is unknown or if it does not have one: -- -- >>> renderWith compact [] $ aspectRatio $ auto `withFallback` (4%3) -- "{aspect-ratio:auto 4/3}"