There was an error while loading. Please reload this page.
1 parent 947e080 commit 3b3c904Copy full SHA for 3b3c904
1 file changed
hedgehog/src/Hedgehog/Internal/State.hs
@@ -741,7 +741,7 @@ execute (Action sinput soutput exec _require update ensure) =
741
(\s0 -> update s0 input (Var coutput))
742
(\s0 s -> ensure s0 s input output)
743
744
--- | Executes a single action in the given evironment.
+-- | Executes a single action in the given environment.
745
--
746
executeUpdateEnsure ::
747
(MonadTest m, HasCallStack)
0 commit comments