Fix minor typo in text docs (#6589)

This commit is contained in:
Robin 2025-07-14 15:26:25 +02:00 committed by GitHub
parent b1a091a236
commit 0c12828c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,7 @@ pub(super) fn define(global: &mut Scope) {
/// ``` /// ```
#[elem(Debug, Construct, PlainText, Repr)] #[elem(Debug, Construct, PlainText, Repr)]
pub struct TextElem { 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 /// A font family descriptor can be a plain string representing the family
/// name or a dictionary with the following keys: /// name or a dictionary with the following keys: