diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-03-27 15:47:44 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-03-27 13:00:53 +0000 |
| commit | 6b85090139dc32086239502679aa6f3f248f6ff1 (patch) | |
| tree | 329b6252ddb362a70031400493e80094774c7d73 /src/testing/quick | |
| parent | c754be8979a6f3dab7b9e595077745a2087b7c02 (diff) | |
| download | go-6b85090139dc32086239502679aa6f3f248f6ff1.tar.xz | |
testing/quick: fix comment
There is no top-level Values function.
Change-Id: I3ea2eea0b5f77f3e1a3f75d1a6472507ef2888bb
Reviewed-on: https://go-review.googlesource.com/8196
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/testing/quick')
| -rw-r--r-- | src/testing/quick/quick.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/quick/quick.go b/src/testing/quick/quick.go index edcaaa091a..35b7b636b4 100644 --- a/src/testing/quick/quick.go +++ b/src/testing/quick/quick.go @@ -161,7 +161,7 @@ type Config struct { Rand *rand.Rand // If non-nil, the Values function generates a slice of arbitrary // reflect.Values that are congruent with the arguments to the function - // being tested. Otherwise, the top-level Values function is used + // being tested. Otherwise, the top-level Value function is used // to generate them. Values func([]reflect.Value, *rand.Rand) } |
