From 14ae9e47a2a303726f8e5141cfd46bb22e0f51c6 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 12 May 2026 13:16:51 +0200 Subject: fix typos --- internal/testhelpers/mock/mock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/testhelpers/mock/mock.go') 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 { -- cgit v1.2.3