From cd442255521798816919a6ac90a7f3a77476d7f4 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sat, 9 Mar 2019 00:13:41 -0500 Subject: [PATCH] Fixing a typo. --- widgets/text/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/text/options.go b/widgets/text/options.go index d68bf2c..a4453a3 100644 --- a/widgets/text/options.go +++ b/widgets/text/options.go @@ -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 {