mirror of
https://github.com/bevyengine/bevy
synced 2025-02-17 06:28:34 +00:00
Typo
Co-authored-by: Benjamin Brienen <benjamin.brienen@outlook.com>
This commit is contained in:
parent
016ce17a5f
commit
cf1c5a4615
1 changed files with 1 additions and 1 deletions
|
@ -954,7 +954,7 @@ impl EntityMeta {
|
|||
};
|
||||
}
|
||||
|
||||
/// Records where an entities data is stored.
|
||||
/// Records where an entity's data is stored.
|
||||
#[derive(Copy, Clone, Debug, PartialEq)]
|
||||
pub struct EntityLocation {
|
||||
/// The ID of the [`Archetype`] the [`Entity`] belongs to.
|
||||
|
|
Loading…
Add table
Reference in a new issue