summaryrefslogtreecommitdiff
path: root/library/src/math/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/math/mod.rs')
-rw-r--r--library/src/math/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs
index fb53b52d..1ea03d70 100644
--- a/library/src/math/mod.rs
+++ b/library/src/math/mod.rs
@@ -35,7 +35,7 @@ impl Show for MathNode {
let mut realized = self
.clone()
.pack()
- .guard(RecipeId::Base(NodeId::of::<Self>()))
+ .guarded(RecipeId::Base(NodeId::of::<Self>()))
.styled_with_map(map);
if self.display {