wai-eventsource: Minor typo.

This commit is contained in:
Felipe Lessa 2012-08-20 11:32:13 -03:00
parent c8abfa15e3
commit e0462b294c

View File

@ -54,7 +54,7 @@ repEventSource src = RepEventSource . ES.sourceToSource . src <$> prepareForEven
-- | Return a Server-Sent Event stream given an @IO@ action that
-- is repeatedly called. An state is threaded for the action so
-- is repeatedly called. A state is threaded for the action so
-- that it may avoid using @IORefs@. The @IO@ action may sleep
-- or block while waiting for more data. The HTTP socket is
-- flushed after every list of simultaneous events. The