diff --git a/app/views/userGuide/generatorDrivenPropertyChecks.scala.html b/app/views/userGuide/generatorDrivenPropertyChecks.scala.html index 22fa17db2b..271afea4e9 100644 --- a/app/views/userGuide/generatorDrivenPropertyChecks.scala.html +++ b/app/views/userGuide/generatorDrivenPropertyChecks.scala.html @@ -25,7 +25,7 @@
GeneratorDrivenPropertyChecks
(or import the
members of its companion object). If you are also using table-driven property checks, you can mix in
trait PropertyChecks
,
-which extends both GeneratorDrivenPropertyChecks
and TableDrivenPropertyChecks
. Generator-driven property checks uses ScalaCheck, so you must also include the ScalaCheck JAR file on your classpath when you compile and run your tests.
+which extends both GeneratorDrivenPropertyChecks
and TableDrivenPropertyChecks
. Generator-driven property checks uses ScalaCheck, so you must also include the ScalaCheck JAR file on your classpath when you compile and run your tests.