Skip to content

Commit

Permalink
Fix small typo in gamepad.rs docs (bevyengine#7411)
Browse files Browse the repository at this point in the history
Fix typo, change: `girls` to `gilrs`.
  • Loading branch information
doup authored and ItsDoot committed Feb 1, 2023
1 parent ce4a73f commit 9bb1c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_input/src/gamepad.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ impl GamepadAxis {
///
/// ## Note
///
/// The [`GamepadSettings`] are used inside of `bevy_gilrs` to determine when raw gamepad events from `girls`,
/// The [`GamepadSettings`] are used inside of `bevy_gilrs` to determine when raw gamepad events from `gilrs`,
/// should register as a [`GamepadEvent`]. Events that don't meet the change thresholds defined in [`GamepadSettings`]
/// will not register. To modify these settings, mutate the corresponding resource.
#[derive(Resource, Default, Debug, Reflect, FromReflect)]
Expand Down

0 comments on commit 9bb1c67

Please sign in to comment.