Skip to content

Commit

Permalink
Merge pull request #4442 from typelevel/exhaustive-check-doc-touchup
Browse files Browse the repository at this point in the history
ExhaustiveCheck is a list, not a stream
  • Loading branch information
danicheg authored May 20, 2023
2 parents 9012ebf + 53db5bf commit b3cf6f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package discipline

/**
* An `ExhuastiveCheck[A]` instance can be used similarly to a ScalaCheck
* `Gen[A]` instance, but differs in that it generates a `Stream` of the entire
* `Gen[A]` instance, but differs in that it generates a `List` of the entire
* domain of values as opposed to generating a random sampling of values.
*/
trait ExhaustiveCheck[A] extends Serializable { self =>
Expand Down

0 comments on commit b3cf6f8

Please sign in to comment.