From bedec9b59d9e55345f5cdad0ac040fcb20b6b9d8 Mon Sep 17 00:00:00 2001 From: abonnaudet-ledger <71646516+abonnaudet-ledger@users.noreply.github.com> Date: Thu, 3 Mar 2022 11:01:23 +0100 Subject: [PATCH] Fix typo in lib.rs (#279) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)