@@ -60,8 +60,8 @@ trait Configuration {
60
60
* Describes the configuration to use when evaluating a property.
61
61
*
62
62
* @param minSuccessful the minimum number of successful property evaluations required for
63
- * the property to pass; see [[ MinSuccessful ]], note that the default
64
- * is 10 instead of 100 in ScalaCheck
63
+ * the property to pass (Note that the default
64
+ * is 10 instead of 100 as in ScalaCheck.); see [[ MinSuccessful ]]
65
65
* @param maxDiscardedFactor how many generated values may be discarded,
66
66
* as a multiple of the successful attempts, before the property check is considered to be
67
67
* [[org.scalatest.prop.PropertyCheckResult.Exhausted ]]; see [[MaxDiscardedFactor ]]
@@ -350,8 +350,8 @@ object Configuration extends Configuration {
350
350
* those in, and the system will resolve those to a coherent [[Parameter ]].
351
351
*
352
352
* @param minSuccessful the minimum number of successful property evaluations required for
353
- * the property to pass; see [[ MinSuccessful ]], note that the default
354
- * is 10 instead of 100 in ScalaCheck
353
+ * the property to pass (Note that the default
354
+ * is 10 instead of 100 as in ScalaCheck.); see [[ MinSuccessful ]]
355
355
* @param maxDiscardedFactor how many generated values may be discarded,
356
356
* as a multiple of the successful attempts, before the property check is considered to be
357
357
* [[org.scalatest.prop.PropertyCheckResult.Exhausted ]]; see [[MaxDiscardedFactor ]]
0 commit comments