Skip to content

Commit

Permalink
TEMP: try breaking ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Mar 12, 2024
1 parent c72c8b6 commit 73e24af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/learn/book/ecs/entities-components.md
Expand Up @@ -26,7 +26,7 @@ Spawning and despawning entities can have far-reaching effects, and so cannot be
As a result, we must use [`Commands`], which queue up work to do later.

```rust,hide_lines=1
# use bevy::ecs::system::Commands;
use bevy::ecs::system::Commands;
// The `Commands` system parameter allows us to generate commands
// which operate on the `World` once all of the current systems have finished running
fn spawning_system(mut commands: Commands){
Expand Down

0 comments on commit 73e24af

Please sign in to comment.