Skip to content

Commit

Permalink
Fix typo (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrarier2111 committed Oct 10, 2021
1 parent 997eae6 commit db013b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit db013b6

Please sign in to comment.