Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct docs for ButtonSettingsError to read 0.0..=1.0 (#6570)
# Objective The [documentation for `ButtonSettingsError`](https://docs.rs/bevy/0.9.0/bevy/input/gamepad/enum.ButtonSettingsError.html) incorrectly describes the valid range of values as `0.0..=2.0`, probably because it was copied from `AxisSettingsError`. The actual range, as seen in the functions that return it and in its own `thiserror` description, is `0.0..=1.0`. ## Solution Update the doc comments to reflect the correct range. Co-authored-by: Sol Toder <ajaxgb@gmail.com>
- Loading branch information