Skip to content

Commit 07f75e6

Browse files
committed
tiny doctest fix
1 parent e5e8a88 commit 07f75e6

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
@@ -583,7 +583,7 @@ impl<'w, 's> Commands<'w, 's> {
583583
/// # Example
584584
///
585585
/// ```
586-
/// # use bevy_ecs::{world::{Command}, prelude::*};
586+
/// # use bevy_ecs::prelude::*;
587587
/// #[derive(Resource, Default)]
588588
/// struct Counter(u64);
589589
///

0 commit comments

Comments
 (0)