summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library/src/text/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/text/mod.rs b/library/src/text/mod.rs
index f4b3c0de..7ee0b62b 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