From 5e626b7fdf1942af9c3f1faade1eba6ecd47e0ca Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Sat, 13 Jun 2015 23:22:51 +0100 Subject: Correct typo in MouseScrollDelta docs --- src/events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3