diff --git a/library/src/text/mod.rs b/library/src/text/mod.rs index f4b3c0de4..7ee0b62be 100644 --- a/library/src/text/mod.rs +++ b/library/src/text/mod.rs @@ -418,7 +418,7 @@ pub struct TextElem { #[default(false)] pub slashed_zero: bool, - /// Whether to turns numbers into fractions. Setting this to `{true}` + /// Whether to turn numbers into fractions. Setting this to `{true}` /// enables the OpenType `frac` font feature. /// /// ```example