diff options
author | Rust & Python | 2021-07-27 07:32:05 +0000 |
---|---|---|
committer | GitHub | 2021-07-27 07:32:05 +0000 |
commit | 581a3d42c81e65a8373329fd61ff6b7d0dae8c84 (patch) | |
tree | 1b3cd3f1800ba04dc773d24ae1f440093b1e5c11 /helix-view/src | |
parent | 86645c897d2d5c79c1bab548fc3bc31d9b6fcdb4 (diff) |
Update keyboard.rs (#516)
Fix doc comment typo
Diffstat (limited to 'helix-view/src')
-rw-r--r-- | helix-view/src/keyboard.rs | 2 |
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,
|