mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Fix frac syntax section typo (#6193)
This commit is contained in:
parent
7e072e2493
commit
3e6691a93b
@ -15,7 +15,7 @@ use crate::math::Mathy;
|
|||||||
/// # Syntax
|
/// # Syntax
|
||||||
/// This function also has dedicated syntax: Use a slash to turn neighbouring
|
/// This function also has dedicated syntax: Use a slash to turn neighbouring
|
||||||
/// expressions into a fraction. Multiple atoms can be grouped into a single
|
/// expressions into a fraction. Multiple atoms can be grouped into a single
|
||||||
/// expression using round grouping parenthesis. Such parentheses are removed
|
/// expression using round grouping parentheses. Such parentheses are removed
|
||||||
/// from the output, but you can nest multiple to force them.
|
/// from the output, but you can nest multiple to force them.
|
||||||
#[elem(title = "Fraction", Mathy)]
|
#[elem(title = "Fraction", Mathy)]
|
||||||
pub struct FracElem {
|
pub struct FracElem {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user