1
0
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:
Jakub Sobon 2019-03-09 00:13:41 -05:00 committed by GitHub
parent 3d3463d824
commit cd44225552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {