From 7f1c3542b0655933b20f7e50ed2eae7f31567ed6 Mon Sep 17 00:00:00 2001 From: Vladislav Veselskiy Date: Thu, 24 Nov 2022 15:24:53 +0300 Subject: [PATCH] Update comment --- update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.go b/update.go index 8617f4e..cafae7f 100644 --- a/update.go +++ b/update.go @@ -190,7 +190,7 @@ func (b *UpdateBuilder) Exec() (sql.Result, error) { return b.ExecContext(context.Background()) } -// Exec executes the statement represented by the UpdateBuilder +// ExecContext executes the statement represented by the UpdateBuilder // It returns the raw database/sql Result and an error if there was one func (b *UpdateBuilder) ExecContext(ctx context.Context) (sql.Result, error) { sql, args := b.ToSql()