Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSWard committed Jun 20, 2021
1 parent e8668e2 commit b349a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/system/commands/command_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl CommandQueue {
/// This clears the queue.
#[inline]
pub fn apply(&mut self, world: &mut World) {
// flush previouly queued entities
// flush previously queued entities
world.flush();

// SAFE: In the iteration below, `meta.func` will safely consume and drop each pushed command.
Expand Down

0 comments on commit b349a83

Please sign in to comment.