summaryrefslogtreecommitdiff
path: root/library/src/math/op.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/math/op.rs')
-rw-r--r--library/src/math/op.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/src/math/op.rs b/library/src/math/op.rs
index 1a3acaa3..cc57eb61 100644
--- a/library/src/math/op.rs
+++ b/library/src/math/op.rs
@@ -27,8 +27,6 @@ pub struct OpElem {
pub text: EcoString,
/// Whether the operator should force attachments to display as limits.
- ///
- /// Defaults to `{false}`.
#[default(false)]
pub limits: bool,
}