aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/testhelpers/mock/mock.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testhelpers/mock/mock.go b/internal/testhelpers/mock/mock.go
index 6265166..626366e 100644
--- a/internal/testhelpers/mock/mock.go
+++ b/internal/testhelpers/mock/mock.go
@@ -260,7 +260,7 @@ type Rows struct {
closeError error
}
-// AndReturnColumns configures the set of column names that will be returend by this query.
+// AndReturnColumns configures the set of column names that will be returned by this query.
// Returns the same Result instance to allow chaining additional method calls.
func (r *Rows) AndReturnColumns(columns ...string) *Rows {
if len(r.columns) > 0 {