From 69752313eb49ba4a9152cd9dcd8bbf5db507a200 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Mon, 11 Apr 2022 10:33:06 -0500 Subject: [PATCH] Fix typo in docs for NodeFactory.bump --- packages/core/src/nodes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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