aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Reduce.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Reduce.hs')
-rw-r--r--src/VeriFuzz/Reduce.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VeriFuzz/Reduce.hs b/src/VeriFuzz/Reduce.hs
index 91b79ad..5de340a 100644
--- a/src/VeriFuzz/Reduce.hs
+++ b/src/VeriFuzz/Reduce.hs
@@ -381,7 +381,7 @@ reduceWithScript top script file = do
srcInfo <- liftIO . parseSourceInfoFile top $ Shelly.toTextIgnore file
void $ reduce (runScript script file) srcInfo
--- | Reduce a 'SourceInfo' using two Synthesisers that are passed to it.
+-- | Reduce a 'SourceInfo' using two 'Synthesiser' that are passed to it.
reduceSynth :: (Synthesiser a, Synthesiser b, MonadSh m)
=> a
-> b