Unnamed repository; edit this file 'description' to name the repository.
Update keyboard.rs (#516)
Fix doc comment typo
Rust & Python 2021-07-27
parent 86645c8 · commit 581a3d4
-rw-r--r--helix-view/src/keyboard.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/keyboard.rs b/helix-view/src/keyboard.rs
index 30a169e1..26a4d6d2 100644
--- a/helix-view/src/keyboard.rs
+++ b/helix-view/src/keyboard.rs
@@ -75,7 +75,7 @@ pub enum KeyCode {
End,
/// Page up key.
PageUp,
- /// Page dow key.
+ /// Page down key.
PageDown,
/// Tab key.
Tab,