mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-29 10:54:48 +03:00
Haddock nit
This commit is contained in:
parent
141aaae807
commit
8092387d62
@ -71,8 +71,8 @@ data Handler m =
|
||||
|
||||
-- | A handler for a specific key.
|
||||
--
|
||||
-- In general, you should never need to create one of these. The
|
||||
-- internals are exposed to make inspection easy.
|
||||
-- In general, you should never need to create one of these manually.
|
||||
-- The internals are exposed to make inspection easy.
|
||||
data KeyHandler k m =
|
||||
KeyHandler { khHandler :: KeyEventHandler k m
|
||||
-- ^ The handler to invoke. Note that this maintains
|
||||
|
Loading…
Reference in New Issue
Block a user