summaryrefslogtreecommitdiff
path: root/library/src/math/delimited.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/math/delimited.rs')
-rw-r--r--library/src/math/delimited.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/src/math/delimited.rs b/library/src/math/delimited.rs
index a4639de6..403f7922 100644
--- a/library/src/math/delimited.rs
+++ b/library/src/math/delimited.rs
@@ -19,8 +19,6 @@ pub(super) const DELIM_SHORT_FALL: Em = Em::new(0.1);
#[element(LayoutMath)]
pub struct LrElem {
/// The size of the brackets, relative to the height of the wrapped content.
- ///
- /// Defaults to `{100%}`.
pub size: Smart<Rel<Length>>,
/// The delimited content, including the delimiters.