Skip to content

Commit

Permalink
Update a doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-gio committed Dec 27, 2023
1 parent b096e43 commit 87d499c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_ecs/src/system/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,8 @@ impl<'w, 's> Commands<'w, 's> {
/// # assert_schedule.run(&mut world);
///
/// fn setup(mut commands: Commands) {
/// commands.spawn_empty().add(CountName);
/// commands.spawn_empty().add(CountName);
/// commands.spawn_empty().add(count_name);
/// commands.spawn_empty().add(count_name);
/// }
///
/// fn assert_names(named: Query<&Name>) {
Expand Down

0 comments on commit 87d499c

Please sign in to comment.