Skip to content

Commit 4063ded

Browse files
authored
Merge pull request #246 from input-output-hk/coot/trace-pr-review
PR review comments
2 parents 6a01925 + 18dbafa commit 4063ded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

io-sim/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Breaking changes
66

7-
* Added `EventEvaluationError`, `EvenatEvaluationSuccess`
7+
* Added `EventEvaluationError`, `EventEvaluationSuccess`
88
* Added `EventSayEvaluationError`, `EventLogEvaluationError`
99
* Added `flushEventLog` to `MonadEventLog` instance.
1010

@@ -18,12 +18,12 @@
1818
the other two to _WHNF_). They throw an exception (within the simulator) if
1919
evaluation fails. For `say` this makes it behave like `putStrLn` does.
2020
Previously all would throw a pure exception which would terminate the
21-
simulator prematurelly. If you want to verify that these calls do not fail,
22-
you can check that the trace does not contain `EventSayEvaluationError` or
21+
simulator prematurely. If you want to verify that these calls do not fail,
22+
you can check for absence of `EventSayEvaluationError` or
2323
`EventLogEvaluationError`.
2424
* Added `Data.List.Trace.last`
2525
* Although `IOSim` and `IOSimPOR` are pure we use `evaluate` in a few places,
26-
non of them now catches asynchrounous exceptions.
26+
non of them now catch asynchrounous exceptions.
2727

2828
## 1.9.1.0
2929

0 commit comments

Comments
 (0)