Skip to content

Commit

Permalink
Update documentation string for run_system_with_input
Browse files Browse the repository at this point in the history
Co-authored-by: Trashtalk217 <trashtalk217@gmail.com>
  • Loading branch information
Nathan-Fenner and Trashtalk217 authored Nov 12, 2023
1 parent 7f68e79 commit f1cb295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/system/system_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ impl World {
self.run_system_with_input(id, ())
}

/// Run a stored chained system by its [`SystemId`], providing an input value.
/// Run a stored system by its [`SystemId`], providing an input value through [`In`](crate::system::In).
/// Before running a system, it must first be registered.
/// The method [`World::register_system`] stores a given system and returns a [`SystemId`].
///
Expand Down

0 comments on commit f1cb295

Please sign in to comment.