Skip to content

Commit 9bb1c67

Browse files
doupItsDoot
authored andcommitted
Fix small typo in gamepad.rs docs (bevyengine#7411)
Fix typo, change: `girls` to `gilrs`.
1 parent ce4a73f commit 9bb1c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_input/src/gamepad.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ impl GamepadAxis {
337337
///
338338
/// ## Note
339339
///
340-
/// The [`GamepadSettings`] are used inside of `bevy_gilrs` to determine when raw gamepad events from `girls`,
340+
/// The [`GamepadSettings`] are used inside of `bevy_gilrs` to determine when raw gamepad events from `gilrs`,
341341
/// should register as a [`GamepadEvent`]. Events that don't meet the change thresholds defined in [`GamepadSettings`]
342342
/// will not register. To modify these settings, mutate the corresponding resource.
343343
#[derive(Resource, Default, Debug, Reflect, FromReflect)]

0 commit comments

Comments
 (0)