mirror of
https://github.com/mum4k/termdash.git
synced 2025-05-08 19:29:25 +08:00
Fixing a typo.
This commit is contained in:
parent
3d3463d824
commit
cd44225552
@ -133,7 +133,7 @@ const (
|
||||
DefaultScrollKeyPageDown = keyboard.KeyPgDn
|
||||
)
|
||||
|
||||
// ScrollKeys configures the mouse buttons that scroll the content.
|
||||
// ScrollKeys configures the keyboard keys that scroll the content.
|
||||
// The provided keys must be unique, e.g. the same key cannot be both up and
|
||||
// down.
|
||||
func ScrollKeys(up, down, pageUp, pageDown keyboard.Key) Option {
|
||||
|
Loading…
x
Reference in New Issue
Block a user