From 254aadccfc67f207b46d3865bd9805fc9924b1c0 Mon Sep 17 00:00:00 2001 From: Tobias Schmitz Date: Thu, 3 Jul 2025 15:57:37 +0200 Subject: [PATCH] docs: fix comment --- crates/typst-library/src/model/outline.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-library/src/model/outline.rs b/crates/typst-library/src/model/outline.rs index 1e177130d..adca57830 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 { 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]