summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2023-11-29 06:29:37 -0500
committerGitHub <noreply@github.com>2023-11-29 12:29:37 +0100
commit37614716be389cfeecb1ea80b54a4becd08ba031 (patch)
treef2ffc455f6b16671baa6251fc9e2507d98ba2d05 /crates
parentaf9d8727e1984502cde553c1d722932ff1f15d94 (diff)
Demo mid() with a new example showing a friction point with auto-scaling (#2783)
Diffstat (limited to 'crates')
-rw-r--r--crates/typst/src/math/lr.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/typst/src/math/lr.rs b/crates/typst/src/math/lr.rs
index 53319c8d..c6b3c994 100644
--- a/crates/typst/src/math/lr.rs
+++ b/crates/typst/src/math/lr.rs
@@ -83,10 +83,10 @@ impl LayoutMath for LrElem {
}
}
-/// Scales contents vertically to the nearest surrounding `{lr()}` group.
+/// Scales delimiters vertically to the nearest surrounding `{lr()}` group.
///
/// ```example
-/// $ { x mid(|) sum_(i=1)^oo phi_i (x) < 1 } $
+/// $ { x mid(|) sum_(i=1)^n w_i|f_i (x)| < 1 } $
/// ```
#[elem(LayoutMath)]
pub struct MidElem {