Improve punctuation in outline.entry.body() doc

This commit is contained in:
Malo 2025-02-05 22:52:42 +01:00
parent 69389d9e52
commit 7187e73bcf

View File

@ -623,7 +623,7 @@ impl OutlineEntry {
/// The content which is displayed in place of the referred element at its /// The content which is displayed in place of the referred element at its
/// entry in the outline. For a heading, this is 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. /// empty.
#[func] #[func]
pub fn body(&self) -> StrResult<Content> { pub fn body(&self) -> StrResult<Content> {