Fix frac syntax section typo (#6193)

This commit is contained in:
Andrew Voynov 2025-04-18 17:27:07 +03:00 committed by GitHub
parent 7e072e2493
commit 3e6691a93b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {