summaryrefslogtreecommitdiffstats
path: root/futures
diff options
context:
space:
mode:
Diffstat (limited to 'futures')
-rw-r--r--futures/src/keyboard.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/futures/src/keyboard.rs b/futures/src/keyboard.rs
index f0d7d757..35f6b6fa 100644
--- a/futures/src/keyboard.rs
+++ b/futures/src/keyboard.rs
@@ -6,7 +6,7 @@ use crate::subscription::{self, Subscription};
use crate::MaybeSend;
/// Listens to keyboard key presses and calls the given function
-/// map them into actual messages.
+/// to map them into actual messages.
///
/// If the function returns `None`, the key press will be simply
/// ignored.
@@ -31,7 +31,7 @@ where
}
/// Listens to keyboard key releases and calls the given function
-/// map them into actual messages.
+/// to map them into actual messages.
///
/// If the function returns `None`, the key release will be simply
/// ignored.