diff --git a/packages/core/src/nodes.rs b/packages/core/src/nodes.rs index 4ed541711..0d3359a8c 100644 --- a/packages/core/src/nodes.rs +++ b/packages/core/src/nodes.rs @@ -508,7 +508,7 @@ impl<'a> NodeFactory<'a> { } } - /// Get the custom alloactor for this component + /// Get the custom allocator for this component #[inline] pub fn bump(&self) -> &'a bumpalo::Bump { self.bump