summaryrefslogtreecommitdiff
path: root/crates/typst-library/src
diff options
context:
space:
mode:
authorPgBiel <9021226+PgBiel@users.noreply.github.com>2024-12-09 06:55:58 -0300
committerGitHub <noreply@github.com>2024-12-09 09:55:58 +0000
commitc2cc09e71ab97f752cd07acad7c38443c58cf64f (patch)
tree87ee0e3f4f817f9168c206ce7ad20ea8af0828c3 /crates/typst-library/src
parent73dd5a085e1d877da6768b3fe67a4238863ba00b (diff)
Forbid footnote migration in pending floats (#5497)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'crates/typst-library/src')
-rw-r--r--crates/typst-library/src/model/footnote.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/model/footnote.rs b/crates/typst-library/src/model/footnote.rs
index d9971dd1..ffc78ea0 100644
--- a/crates/typst-library/src/model/footnote.rs
+++ b/crates/typst-library/src/model/footnote.rs
@@ -194,7 +194,7 @@ cast! {
/// before any page content, typically at the very start of the document.
#[elem(name = "entry", title = "Footnote Entry", Show, ShowSet)]
pub struct FootnoteEntry {
- /// The footnote for this entry. It's location can be used to determine
+ /// The footnote for this entry. Its location can be used to determine
/// the footnote counter state.
///
/// ```example