Просмотр исходного кода

Merge pull request #350 from autarch/patch-1

Jon Kelley 3 лет назад
Родитель
Сommit
87ee8e1ca5
1 измененных файлов с 1 добавлено и 1 удалено
  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