From 0c12828c9a9bdb1a344b38e08fffcf2e47c0cfc0 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 14 Jul 2025 15:26:25 +0200 Subject: [PATCH] Fix minor typo in text docs (#6589) --- crates/typst-library/src/text/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-library/src/text/mod.rs b/crates/typst-library/src/text/mod.rs index 51663633f..c2efe210b 100644 --- a/crates/typst-library/src/text/mod.rs +++ b/crates/typst-library/src/text/mod.rs @@ -92,7 +92,7 @@ pub(super) fn define(global: &mut Scope) { /// ``` #[elem(Debug, Construct, PlainText, Repr)] pub struct TextElem { - /// A font family descriptor or priority list of font family descriptor. + /// A font family descriptor or priority list of font family descriptors. /// /// A font family descriptor can be a plain string representing the family /// name or a dictionary with the following keys: