Correct typo in MouseScrollDelta docs

This commit is contained in:
Robert Knight 2015-06-13 23:22:51 +01:00
parent f0bab95c4d
commit 5e626b7fdf

View file

@ -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.