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 36adf58 commit f642400Copy full SHA for f642400
src/main/scala/scalachecklib/PropertiesSection.scala
@@ -74,7 +74,7 @@ object PropertiesSection
74
*
75
* As mentioned before, `org.scalacheck.Prop.forAll` creates universally quantified properties.
76
* `forAll` takes a function as parameter, and creates a property out of it that can be tested with the `check`
77
- * method or with Scalatest, like in these examples.
+ * method or with Scalatest (using Checkers trait), like in these examples.
78
79
80
* The function passed to `forAll` should return `Boolean` or another property, and can take parameters of any types,
0 commit comments