Skip to content

Commit 3e3edab

Browse files
mockersfRatysz
andcommitted
example comment
Co-authored-by: Alexander Sepity <ratysz@gmail.com>
1 parent da8db1b commit 3e3edab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/system/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl<'a> Commands<'a> {
180180
});
181181
}
182182

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

0 commit comments

Comments
 (0)