diff options
| author | Noam Zaks <63877260+noamzaks@users.noreply.github.com> | 2025-06-20 00:24:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 21:24:02 +0000 |
| commit | f1c761e88ba50c5560360062c03d7d04f3925c49 (patch) | |
| tree | 14be595ef588d3d152704c7e714f16bcd4d8c0fc | |
| parent | 4588595792cec196298446c47c99c35e323b663e (diff) | |
Fix align link in layout documentation (#6451)
| -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 |
