aboutsummaryrefslogtreecommitdiff
path: root/src/testing/quick
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/quick')
-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 1056aa2488..4bc8e3fc2e 100644
--- a/src/testing/quick/quick.go
+++ b/src/testing/quick/quick.go
@@ -248,8 +248,8 @@ func (s *CheckEqualError) Error() string {
}
// Check looks for an input to f, any function that returns bool,
-// such that f returns false. It calls f repeatedly, with arbitrary
-// values for each argument. If f returns false on a given input,
+// such that f returns false. It calls f repeatedly, with arbitrary
+// values for each argument. If f returns false on a given input,
// Check returns that input as a *CheckError.
// For example:
//