Skip to content

Commit

Permalink
documentation typos - missing periods
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Patterson committed Mar 4, 2014
1 parent 8463fb6 commit ba91a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Snap/Snaplet/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ execHandlerComputation f env rq h s = do

------------------------------------------------------------------------------
-- | Helper to allow multiple calls to "runHandler" or "evalHandler" without
-- multiple initializations
-- multiple initializations.
execHandlerSnaplet :: MonadIO m
=> Snaplet b
-> InitializerState b
Expand Down Expand Up @@ -163,7 +163,7 @@ getSnaplet env (SnapletInit initializer) = liftIO $ do
------------------------------------------------------------------------------
-- | Run cleanup for an initializer. Should be run after finished using the
-- state that getSnaplet returned. Only needed if using getSnaplet and
-- evalHandler'/runHandler'
-- evalHandler'/runHandler'.
closeSnaplet :: MonadIO m
=> InitializerState b
-> m ()
Expand Down

0 comments on commit ba91a0d

Please sign in to comment.