Skip to content

Commit eef7f1a

Browse files
authored
Fix a typo
1 parent 9669a27 commit eef7f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/Runner.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ type Simplifiable a
485485
{-| Given a fuzzer, return a random generator to produce a value and a
486486
Simplifiable. The value is what a fuzz test would have received as input.
487487
488-
Note that fuzzers aren't generated to succeed, which is why this function returns
488+
Note that fuzzers aren't guaranteed to succeed, which is why this function returns
489489
a Result. The String inside the Err case will contain a failure reason.
490490
491491
-}

0 commit comments

Comments
 (0)