This commit is contained in:
terrarier2111 2021-10-10 22:42:01 +00:00
parent 997eae6185
commit db013b664e

View file

@ -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;
}