Skip to content

Commit

Permalink
Clarifying Commands' purpose (bevyengine#10837)
Browse files Browse the repository at this point in the history
# Objective
As described in [Issue
bevyengine#10805](bevyengine#10805) I have changed
"impactful changes" to "structural changes"

## Solution
Updated the text "impactful" to "structural"
  • Loading branch information
xNapha committed Dec 2, 2023
1 parent b4c33da commit 24c6a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/system/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub trait Command: Send + 'static {
fn apply(self, world: &mut World);
}

/// A [`Command`] queue to perform impactful changes to the [`World`].
/// A [`Command`] queue to perform structural changes to the [`World`].
///
/// Since each command requires exclusive access to the `World`,
/// all queued commands are automatically applied in sequence
Expand Down

0 comments on commit 24c6a7d

Please sign in to comment.