Edit: haddock fix

This commit is contained in:
Jonathan Daugherty 2017-07-20 19:32:37 -07:00
parent 85c8ed89bf
commit 8f684c01ec

View File

@ -4,7 +4,7 @@
{-# LANGUAGE MultiParamTypeClasses #-}
-- | This module provides a basic text editor widget. You'll need to
-- embed an 'Editor' in your application state and transform it with
-- 'handleEvent' when relevant events arrive. To get the contents
-- 'handleEditorEvent' when relevant events arrive. To get the contents
-- of the editor, just use 'getEditContents'. To modify it, use the
-- 'Z.TextZipper' interface with 'applyEdit'.
--