mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
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…
x
Reference in New Issue
Block a user