Skip to content

Commit f1cb295

Browse files
Update documentation string for run_system_with_input
Co-authored-by: Trashtalk217 <[email protected]>
1 parent 7f68e79 commit f1cb295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/system/system_registry.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ impl World {
232232
self.run_system_with_input(id, ())
233233
}
234234

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

0 commit comments

Comments
 (0)