We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8db1b commit 3e3edabCopy full SHA for 3e3edab
crates/bevy_ecs/src/system/commands.rs
@@ -180,7 +180,7 @@ impl<'a> Commands<'a> {
180
});
181
}
182
183
- /// Run a one off [`System`].
+ /// Run a one-off [`System`].
184
pub fn run_system(&mut self, system: impl System<In = (), Out = ()>) {
185
self.queue.push(RunSystem {
186
system: Box::new(system),
0 commit comments