diff --git a/crates/bevy_core/src/name.rs b/crates/bevy_core/src/name.rs index f7fad0ca18..37b0e951c6 100644 --- a/crates/bevy_core/src/name.rs +++ b/crates/bevy_core/src/name.rs @@ -8,7 +8,8 @@ use std::{ ops::Deref, }; -/// Component used to identify an entity. Stores a hash for faster comparisons +/// Component used to identify an entity. Stores a hash for faster comparisons. +/// /// The hash is eagerly re-computed upon each update to the name. /// /// [`Name`] should not be treated as a globally unique identifier for entities,