aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authorNathan Vegdahl2021-07-28 21:11:08 +0000
committerNathan Vegdahl2021-07-28 21:11:08 +0000
commita873e719d5dd1816434c16bb02d74f1e00ca847a (patch)
tree7ea6f6a37f5a7f9e12f3fab4c7e07cb21ae0ec0b /helix-view
parentaead4e69a66ba004aa34e5a1a59e05239117250e (diff)
parentb90450b9e8b995e96a723a5d8c7b179ad2967c5a (diff)
Merge branch 'master' into great_line_ending_and_cursor_range_cleanup
Diffstat (limited to 'helix-view')
-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,