Fixed typo in export list

This commit is contained in:
Getty Ritter 2016-09-07 22:25:18 -07:00
parent 4c528987c7
commit a77419752f

View File

@ -12,7 +12,7 @@
-- events that should suffice for most purposes; see the source for a
-- complete list.
module Brick.Widgets.Edit
( Editor(editContents, editorName, editDRawContents)
( Editor(editContents, editorName, editDrawContents)
-- * Constructing an editor
, editor
, editorText