diff options
| author | jannisko <40455076+jannisko@users.noreply.github.com> | 2023-05-11 10:26:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 10:26:07 +0200 |
| commit | 3ab159b0c606ca0ad1d4f83e47ce35bc86d03f27 (patch) | |
| tree | 766ba0cdf754724c4b9cb194711d0cd3c86644cf /library | |
| parent | b6a241cad232d920154986781c6f09d83dc1b6f6 (diff) | |
Fix typo in text fractions tooltip (#1167)
Diffstat (limited to 'library')
| -rw-r--r-- | library/src/text/mod.rs | 2 |
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 |
