mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 06:00:20 +00:00
Fix typo (#2944)
This commit is contained in:
parent
997eae6185
commit
db013b664e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue