better drscription for _menuDefault

This commit is contained in:
Jonathan Lamothe 2019-08-23 10:16:26 -04:00
parent cff6c19ed8
commit 3df01be49a

View File

@ -47,7 +47,7 @@ data Menu a = Menu
{ _menuTitle :: String
-- ^ The menu title
, _menuDefault :: a
-- ^ The default value
-- ^ The value to return on incorrect selection or other event
, _menuItems :: [MenuItem a]
-- ^ The list of items in the menu
}