diff --git a/crates/typst-library/src/layout/align.rs b/crates/typst-library/src/layout/align.rs index 5604d6831..0a978dbae 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 { } } -/// 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