diff --git a/crates/bevy_ecs/src/component.rs b/crates/bevy_ecs/src/component.rs index 5ece927418..a38132fc4c 100644 --- a/crates/bevy_ecs/src/component.rs +++ b/crates/bevy_ecs/src/component.rs @@ -39,7 +39,7 @@ pub struct TableStorage; pub struct SparseStorage; pub trait ComponentStorage: sealed::Sealed { - // because the trait is selaed, those items are private API. + // because the trait is sealed, those items are private API. const STORAGE_TYPE: StorageType; }