mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 14:21:31 +11:00
Correct typo in MouseScrollDelta docs
This commit is contained in:
parent
f0bab95c4d
commit
5e626b7fdf
|
@ -63,7 +63,7 @@ pub enum MouseScrollDelta {
|
|||
/// and vertical directions.
|
||||
///
|
||||
/// Positive values indicate movement forward
|
||||
/// (away from the user) or righwards.
|
||||
/// (away from the user) or rightwards.
|
||||
LineDelta(f32, f32),
|
||||
/// Amount in pixels to scroll in the horizontal and
|
||||
/// vertical direction.
|
||||
|
|
Loading…
Reference in a new issue