Skip to content

Commit 3b3c904

Browse files
felixonmarsmoodmosaic
authored andcommitted
Fix typo in comment for Hedgehog/Internal/State.hs
1 parent 947e080 commit 3b3c904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hedgehog/src/Hedgehog/Internal/State.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ execute (Action sinput soutput exec _require update ensure) =
741741
(\s0 -> update s0 input (Var coutput))
742742
(\s0 s -> ensure s0 s input output)
743743

744-
-- | Executes a single action in the given evironment.
744+
-- | Executes a single action in the given environment.
745745
--
746746
executeUpdateEnsure ::
747747
(MonadTest m, HasCallStack)

0 commit comments

Comments
 (0)