Skip to content

Commit 24c6a7d

Browse files
authored
Clarifying Commands' purpose (#10837)
# Objective As described in [Issue #10805](#10805) I have changed "impactful changes" to "structural changes" ## Solution Updated the text "impactful" to "structural"
1 parent b4c33da commit 24c6a7d

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_ecs/src/system/commands

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/system/commands/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub trait Command: Send + 'static {
5252
fn apply(self, world: &mut World);
5353
}
5454

55-
/// A [`Command`] queue to perform impactful changes to the [`World`].
55+
/// A [`Command`] queue to perform structural changes to the [`World`].
5656
///
5757
/// Since each command requires exclusive access to the `World`,
5858
/// all queued commands are automatically applied in sequence

0 commit comments

Comments
 (0)