Skip to content

Commit

Permalink
Edited for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc committed Oct 20, 2024
1 parent 0e47747 commit a042e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clay/Geometry.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 the element does not have one:
--
-- >>> renderWith compact [] $ aspectRatio $ auto `withFallback` (4%3)
-- "{aspect-ratio:auto 4/3}"
Expand Down

0 comments on commit a042e6b

Please sign in to comment.