Better command docs phrasing
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
This commit is contained in:
parent
d86d241f68
commit
d0ed58780b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user