diff options
Diffstat (limited to 'src/input.rs')
-rw-r--r-- | src/input.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs index 613d83f1..097fa730 100644 --- a/src/input.rs +++ b/src/input.rs @@ -1,4 +1,4 @@ -//! Map your system events into input events that Iced can understand. +//! Map your system events into input events that the runtime can understand. pub mod keyboard; pub mod mouse; |