diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/events.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events.rs b/src/events.rs index 1103452..07be8c9 100644 --- a/src/events.rs +++ b/src/events.rs @@ -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. |