mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
Fix typo in docs for NodeFactory.bump
This commit is contained in:
parent
ab4f75e4ea
commit
69752313eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue