Procházet zdrojové kódy

Fix typo in docs for NodeFactory.bump

Dave Rolsky před 3 roky
rodič
revize
69752313eb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/core/src/nodes.rs

+ 1 - 1
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