Skip to content

Commit

Permalink
Update src/Hedgehog/Gen.fs
Browse files Browse the repository at this point in the history
Co-authored-by: AN <[email protected]>
  • Loading branch information
TysonMN and dharmaturtle authored Dec 29, 2021
1 parent 22cd73f commit 98be63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hedgehog/Gen.fs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ module Gen =
// The code below was added in
// https://github.com/hedgehogqa/fsharp-hedgehog/pull/239
// It is more efficient than the code above in that the shrink tree is duplicate free.
// However, such a tree does work well when combining applicatively.
// However, such a tree does not work well when combining applicatively.
// The advantage of a duplicate-free shrink tree is less time spent shrinking.
// The advantage of applicatively combining tree is a potentially smaller shrunken value.
// The latter is better, so reverting to the previous shrink tree for now.
Expand Down

0 comments on commit 98be63e

Please sign in to comment.