docs: whitespace

This commit is contained in:
Jonathan Daugherty 2015-07-23 18:43:29 -07:00
parent c1de906cc6
commit cb3c5cff09

View File

@ -167,10 +167,9 @@ appHandleEvent: Handling Events
The value of ``appHandleEvent`` is a function that decides how to modify
the application state as a result of an event. It also decides whether
to continue program execution.
The function takes the current application state and the event and
returns the *next application state*:
to continue program execution. The function takes the current
application state and the event and returns the *next application
state*:
.. code:: haskell