Skip to content

Commit

Permalink
example comment
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Sepity <ratysz@gmail.com>
  • Loading branch information
mockersf and Ratysz authored May 22, 2021
1 parent 3ffe58e commit dfa28ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/system/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl<'a> Commands<'a> {
});
}

/// Run a one off [`System`].
/// Run a one-off [`System`].
pub fn run_system(&mut self, system: impl System<In = (), Out = ()>) {
self.queue.push(RunSystem {
system: Box::new(system),
Expand Down

0 comments on commit dfa28ca

Please sign in to comment.