mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
fix typo (paramater to parameter) (#2590)
there was a typo 👀 i fixed it 👀
This commit is contained in:
parent
43d99bb583
commit
03e2045c8d
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ pub struct InputMarker;
|
|||
///
|
||||
/// You get this by calling [`IntoSystem::system`] on a function that only accepts
|
||||
/// [`SystemParam`]s. The output of the system becomes the functions return type, while the input
|
||||
/// becomes the functions [`In`] tagged parameter or `()` if no such paramater exists.
|
||||
/// becomes the functions [`In`] tagged parameter or `()` if no such parameter exists.
|
||||
pub struct FunctionSystem<In, Out, Param, Marker, F>
|
||||
where
|
||||
Param: SystemParam,
|
||||
|
|
Loading…
Reference in a new issue