summaryrefslogtreecommitdiff
path: root/library/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/lib.rs')
-rw-r--r--library/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs
index 0850faf4..14fea66d 100644
--- a/library/src/lib.rs
+++ b/library/src/lib.rs
@@ -211,7 +211,7 @@ fn items() -> LangItems {
node.pack()
},
term_item: |term, description| layout::TermItem::new(term, description).pack(),
- formula: |body, block| math::FormulaNode::new(body).with_block(block).pack(),
+ equation: |body, block| math::EquationNode::new(body).with_block(block).pack(),
math_align_point: || math::AlignPointNode::new().pack(),
math_delimited: |open, body, close| math::LrNode::new(open + body + close).pack(),
math_attach: |base, bottom, top| {