Update keyboard.rs (#516)

Fix doc comment typo
This commit is contained in:
Rust & Python 2021-07-27 13:02:05 +05:30 committed by GitHub
parent 86645c897d
commit 581a3d42c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ pub enum KeyCode {
End,
/// Page up key.
PageUp,
/// Page dow key.
/// Page down key.
PageDown,
/// Tab key.
Tab,