aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/testing/quick/quick.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/quick/quick.go b/src/testing/quick/quick.go
index 2cfb6c85db..c01647ecf0 100644
--- a/src/testing/quick/quick.go
+++ b/src/testing/quick/quick.go
@@ -180,8 +180,8 @@ type Config struct {
MaxCount int
// MaxCountScale is a non-negative scale factor applied to the
// default maximum.
- // If zero, the default is configured by the -quickchecks flag
- // which defaults to 100.
+ // A count of zero implies the default, which is usually 100
+ // but can be set by the -quickchecks flag.
MaxCountScale float64
// Rand specifies a source of random numbers.
// If nil, a default pseudo-random source will be used.