Co-authored-by: Benjamin Brienen <benjamin.brienen@outlook.com>
This commit is contained in:
SpecificProtagonist 2024-11-22 16:16:40 +01:00 committed by GitHub
parent 016ce17a5f
commit cf1c5a4615
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.