Skip to content

Commit

Permalink
io-sim: fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Oct 13, 2021
1 parent 7d49c3a commit 3e32701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io-sim/src/Control/Monad/IOSim.hs
Expand Up @@ -110,7 +110,7 @@ selectTraceEventsDynamic = selectTraceEvents fn
fn (EventLog dyn) = fromDynamic dyn
fn _ = Nothing

-- | Like 'selectTraceEventsDynamic' but returns partial trace if an excpetion
-- | Like 'selectTraceEventsDynamic' but returns partial trace if an exception
-- is found in it.
--
selectTraceEventsDynamic' :: forall a b. Typeable b => SimTrace a -> [b]
Expand Down

0 comments on commit 3e32701

Please sign in to comment.