summaryrefslogtreecommitdiffstats
path: root/src/input.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-29 03:33:02 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-29 03:33:02 +0200
commit23d4d20e575f337ebeed083a4f874e67c5b5e516 (patch)
tree3ad51950a4e6a429a11c5194a1ca93451d552fb9 /src/input.rs
parenta14b8bffc0037cc14f55b361b9591cf2657e6348 (diff)
downloadiced-23d4d20e575f337ebeed083a4f874e67c5b5e516.tar.gz
iced-23d4d20e575f337ebeed083a4f874e67c5b5e516.tar.bz2
iced-23d4d20e575f337ebeed083a4f874e67c5b5e516.zip
Write documentation for `Cache`
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs2
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;