Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored and sjakobi committed Jun 30, 2018
1 parent 81bb167 commit f719c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reactive/Threepenny.hs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ accumB a e = liftIO $ do
-- > stepper x0 ex = return $ \time ->
-- > last (x0 : [x | (timex,x) <- ex, timex < time])
--
-- Note that the smaller-than-sign in the comparision @timex < time@ means
-- Note that the smaller-than-sign in the comparison @timex < time@ means
-- that the value of the behavior changes \"slightly after\"
-- the event occurrences. This allows for recursive definitions.
stepper :: MonadIO m => a -> Event a -> m (Behavior a)
Expand Down

0 comments on commit f719c1e

Please sign in to comment.