diff --git a/src/lib.rs b/src/lib.rs index 664105a..aeb100b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,7 +51,7 @@ pub enum MouseButton { Right, } -/// The diffrent modes that can be used to decide how mouse coordinates should be handled +/// The different modes that can be used to decide how mouse coordinates should be handled #[derive(PartialEq, Clone, Copy, Debug)] pub enum MouseMode { /// Return mouse coords from outside of the window (may be negative)