mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Cleanup: fix typo in comment
This commit is contained in:
parent
ff58687b68
commit
679a196dc7
|
|
@ -15,7 +15,7 @@ type Key tcell.Key
|
|||
// in combination with Keys or Runes when a new keybinding is defined.
|
||||
type Modifier tcell.ModMask
|
||||
|
||||
// Keybidings are used to link a given key-press event with a handler.
|
||||
// Keybindings are used to link a given key-press event with a handler.
|
||||
type keybinding struct {
|
||||
viewName string
|
||||
key Key
|
||||
|
|
|
|||
Loading…
Reference in a new issue