Skip to content

Commit

Permalink
Made documentations 2D alignment consistent (#409)
Browse files Browse the repository at this point in the history
Alignment terms aren't used with "-" in normal text, only in programs
like Typst. And the overall use of alignment terms was inconsistent.
  • Loading branch information
Andrew15-5 authored Dec 20, 2023
1 parent 4805d52 commit 413c121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/draw/transformations.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 413c121

Please sign in to comment.