Update crates/bevy_ecs/src/component.rs

Co-authored-by: JaySpruce <jsprucebruce@gmail.com>
This commit is contained in:
Giacomo Stevanato 2025-07-09 08:29:20 +02:00 committed by GitHub
parent 2d71918f52
commit 4118aeff5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1257,7 +1257,7 @@ impl<'w> ComponentsQueuedRegistrator<'w> {
.id
}
/// Queues this function to run as a resource registratorif the given
/// Queues this function to run as a resource registrator if the given
/// type is not already queued as a resource.
///
/// # Safety