guide: typo

This commit is contained in:
Jonathan Daugherty 2015-08-19 23:37:40 -07:00
parent c6340a51b6
commit 6f09859882

View File

@ -247,7 +247,7 @@ written this way have access to rendering viewport states via
``Brick.Main.lookupViewport`` and the ``IO`` monad via ``liftIO``.
To use ``handleEvent`` in your program, invoke it on the relevant piece
of state in our event handler, e.g.,
of state in your event handler, e.g.,
.. code:: haskell