From 413c1210cde0580ba3c24480232258717e680bec Mon Sep 17 00:00:00 2001 From: Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> Date: Thu, 21 Dec 2023 00:06:08 +0300 Subject: [PATCH] Made documentations 2D alignment consistent (#409) Alignment terms aren't used with "-" in normal text, only in programs like Typst. And the overall use of alignment terms was inconsistent. --- src/draw/transformations.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/draw/transformations.typ b/src/draw/transformations.typ index c944e138f..910d578f9 100644 --- a/src/draw/transformations.typ +++ b/src/draw/transformations.typ @@ -216,7 +216,7 @@ /// circle((5,5)) /// ```) /// -/// - from (coordinate): Bottom-Left corner coordinate +/// - from (coordinate): Bottom left corner coordinate /// - to (coordinate): Top right corner coordinate /// - bounds (vector): Viewport bounds vector that describes the inner width, /// height and depth of the viewport