Typos
All checks were successful
Cargo CI / Build and Test (pull_request) Successful in 1m43s
Cargo CI / Lint (pull_request) Successful in 1m15s

This commit is contained in:
Wojciech Kozlowski 2024-02-18 22:09:25 +01:00
parent 68b70f6b04
commit 652dda3016
2 changed files with 1 additions and 2 deletions

View File

@ -60,4 +60,3 @@ rustup toolchain install nightly
``` sh
env BEETSDIR=./ rustup run nightly cargo bench --all-features --all-targets
```

View File

@ -94,7 +94,7 @@ impl<APP: IAppInteract> IEventHandlerPrivate<APP> for EventHandler {
KeyCode::PageDown => app.increment_selection(Delta::Page),
// Toggle info overlay.
KeyCode::Char('m') | KeyCode::Char('M') => app.show_info_overlay(),
// Toggle reload meny.
// Toggle reload menu.
KeyCode::Char('g') | KeyCode::Char('G') => app.show_reload_menu(),
// Toggle search.
KeyCode::Char('s') | KeyCode::Char('S') => {