Better command docs phrasing

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
This commit is contained in:
Eagster 2025-06-20 21:56:29 -04:00 committed by GitHub
parent d86d241f68
commit d0ed58780b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -439,7 +439,7 @@ impl<'w, 's> Commands<'w, 's> {
/// Returns the [`EntityCommands`] for the requested [`Entity`] if it exists.
/// This method does not guarantee that commands queued by the returned `EntityCommands`
/// will be successful, since the entity could be despawned before they are executed.
/// For example, this does not error when the entity has not been constructed.
/// This also does not error when the entity has not been constructed.
/// For that behavior, see [`get_constructed_entity`](Self::get_constructed_entity).
///
/// # Errors