diff options
| -rw-r--r-- | crates/typst-library/src/layout/align.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/layout/align.rs b/crates/typst-library/src/layout/align.rs index 5604d683..0a978dba 100644 --- a/crates/typst-library/src/layout/align.rs +++ b/crates/typst-library/src/layout/align.rs @@ -104,7 +104,7 @@ impl Show for Packed<AlignElem> { } } -/// Where to [align] something along an axis. +/// Where to align something along an axis. /// /// Possible values are: /// - `start`: Aligns at the [start]($direction.start) of the [text |
