bevy/crates/bevy_input/src
Rob Parrett e46e246581
Fix a few "repeated word" typos (#13955)
# Objective

Stumbled on one of these and went digging for more

## Solution

```diff
- word word
+ word
```
2024-06-20 21:35:20 +00:00
..
axis.rs
button_input.rs Separate state crate (#13216) 2024-05-09 18:06:05 +00:00
common_conditions.rs
gamepad.rs Fix uses of "it's" vs "its". (#13033) 2024-04-19 18:17:31 +00:00
gestures.rs rename touchpad to gesture, and add new gestures (#13660) 2024-06-04 12:44:25 +00:00
keyboard.rs Fix a few "repeated word" typos (#13955) 2024-06-20 21:35:20 +00:00
lib.rs flush key_input cache when Bevy loses focus (Adopted) (#13678) 2024-06-05 02:06:47 +00:00
mouse.rs Fix missing renaming of Input -> ButtonInput (#12096) 2024-02-24 18:41:17 +00:00
touch.rs fix previous_position / previous_force being discarded too early (#12556) 2024-04-01 21:45:47 +00:00