summaryrefslogtreecommitdiff
path: root/crates/typst-library
diff options
context:
space:
mode:
authorAndrew Voynov <37143421+Andrew15-5@users.noreply.github.com>2025-04-18 17:27:07 +0300
committerGitHub <noreply@github.com>2025-04-18 14:27:07 +0000
commit3e6691a93bd8c2947bd22e3c7344c2fab7d1241f (patch)
tree82dd9373da32fe8355f3a2fc8d9de1eaacfa5502 /crates/typst-library
parent7e072e24930d8a7524f700b62cabd97ceb4f45e6 (diff)
Fix frac syntax section typo (#6193)
Diffstat (limited to 'crates/typst-library')
-rw-r--r--crates/typst-library/src/math/frac.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/math/frac.rs b/crates/typst-library/src/math/frac.rs
index f5c4514d..dd5986b5 100644
--- a/crates/typst-library/src/math/frac.rs
+++ b/crates/typst-library/src/math/frac.rs
@@ -15,7 +15,7 @@ use crate::math::Mathy;
/// # Syntax
/// This function also has dedicated syntax: Use a slash to turn neighbouring
/// 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.
#[elem(title = "Fraction", Mathy)]
pub struct FracElem {