We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9669a27 commit eef7f1aCopy full SHA for eef7f1a
src/Test/Runner.elm
@@ -485,7 +485,7 @@ type Simplifiable a
485
{-| Given a fuzzer, return a random generator to produce a value and a
486
Simplifiable. The value is what a fuzz test would have received as input.
487
488
-Note that fuzzers aren't generated to succeed, which is why this function returns
+Note that fuzzers aren't guaranteed to succeed, which is why this function returns
489
a Result. The String inside the Err case will contain a failure reason.
490
491
-}
0 commit comments