diff options
| author | Tobias Schmitz <tobiasschmitz2001@gmail.com> | 2025-07-03 15:57:37 +0200 |
|---|---|---|
| committer | Tobias Schmitz <tobiasschmitz2001@gmail.com> | 2025-07-03 18:43:20 +0200 |
| commit | 254aadccfc67f207b46d3865bd9805fc9924b1c0 (patch) | |
| tree | 4ef4ae41208ff336ea3c5b06282d5b931e98159a | |
| parent | 8e10356234788248b617ff5c38622b05bbf9bea4 (diff) | |
docs: fix comment
| -rw-r--r-- | crates/typst-library/src/model/outline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/model/outline.rs b/crates/typst-library/src/model/outline.rs index 1e177130..adca5783 100644 --- a/crates/typst-library/src/model/outline.rs +++ b/crates/typst-library/src/model/outline.rs @@ -311,7 +311,7 @@ impl LocalName for Packed<OutlineElem> { const KEY: &'static str = "outline"; } -/// Only used to mark +/// Only used to delimit the outline in tagged PDF. #[elem(Locatable, Show)] pub struct OutlineBody { #[required] |
