Fix typo in text fractions tooltip (#1167)
This commit is contained in:
parent
b6a241cad2
commit
3ab159b0c6
|
|
@ -418,7 +418,7 @@ pub struct TextElem {
|
||||||
#[default(false)]
|
#[default(false)]
|
||||||
pub slashed_zero: bool,
|
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.
|
/// enables the OpenType `frac` font feature.
|
||||||
///
|
///
|
||||||
/// ```example
|
/// ```example
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue