summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/model
diff options
context:
space:
mode:
authorMalo <57839069+MDLC01@users.noreply.github.com>2025-02-06 11:18:10 +0100
committerGitHub <noreply@github.com>2025-02-06 10:18:10 +0000
commitca702c7f82ef8e027e559228dc9c469e1a65ac6f (patch)
tree7644023bf512d4f7e36c94eb877d6d9543b41d13 /crates/typst-library/src/model
parentd897ab5e7d2e941494df8ba137a1f92f8aada03a (diff)
Documentation fixes and improvements (#5816)
Diffstat (limited to 'crates/typst-library/src/model')
-rw-r--r--crates/typst-library/src/model/outline.rs2
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 f413189b..7ceb530f 100644
--- a/crates/typst-library/src/model/outline.rs
+++ b/crates/typst-library/src/model/outline.rs
@@ -623,7 +623,7 @@ impl OutlineEntry {
/// The content which is displayed in place of the referred element at its
/// entry in the outline. For a heading, this is its
- /// [`body`]($heading.body), for a figure a caption, and for equations it is
+ /// [`body`]($heading.body); for a figure a caption and for equations, it is
/// empty.
#[func]
pub fn body(&self) -> StrResult<Content> {