Skip to content

Commit 6fd0c6e

Browse files
committed
Tweaked doc comments for Configuration.
1 parent e02e1d4 commit 6fd0c6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scalatest/src/main/scala/org/scalatest/prop/Configuration.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ trait Configuration {
6060
* Describes the configuration to use when evaluating a property.
6161
*
6262
* @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]]
6565
* @param maxDiscardedFactor how many generated values may be discarded,
6666
* as a multiple of the successful attempts, before the property check is considered to be
6767
* [[org.scalatest.prop.PropertyCheckResult.Exhausted]]; see [[MaxDiscardedFactor]]
@@ -350,8 +350,8 @@ object Configuration extends Configuration {
350350
* those in, and the system will resolve those to a coherent [[Parameter]].
351351
*
352352
* @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]]
355355
* @param maxDiscardedFactor how many generated values may be discarded,
356356
* as a multiple of the successful attempts, before the property check is considered to be
357357
* [[org.scalatest.prop.PropertyCheckResult.Exhausted]]; see [[MaxDiscardedFactor]]

0 commit comments

Comments
 (0)